docs(angular): use an actual schematic in example of converting it to an nx generator (#14716)

This commit is contained in:
Leosvel Pérez Espinosa 2023-01-31 13:45:26 +01:00 committed by GitHub
parent 0e2eb29153
commit a55c2bcbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ Then, you might need to register it in the `collections.json`:
```typescript ```typescript
export const libraryGenerator = wrapAngularDevkitSchematic( export const libraryGenerator = wrapAngularDevkitSchematic(
'@nrwl/angular', '@schematics/angular',
'library' 'library'
); );