28 lines
650 B
Markdown
28 lines
650 B
Markdown
# Function: wrapAngularDevkitSchematic
|
|
|
|
▸ **wrapAngularDevkitSchematic**(`collectionName`, `generatorName`): (`host`: `Tree`, `generatorOptions`: \{ `[k: string]`: `any`; }) => `Promise`\<`GeneratorCallback`\>
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :--------------- | :------- |
|
|
| `collectionName` | `string` |
|
|
| `generatorName` | `string` |
|
|
|
|
#### Returns
|
|
|
|
`fn`
|
|
|
|
▸ (`host`, `generatorOptions`): `Promise`\<`GeneratorCallback`\>
|
|
|
|
##### Parameters
|
|
|
|
| Name | Type |
|
|
| :----------------- | :------- |
|
|
| `host` | `Tree` |
|
|
| `generatorOptions` | `Object` |
|
|
|
|
##### Returns
|
|
|
|
`Promise`\<`GeneratorCallback`\>
|