How can I add my own schematics available in npm to the list of available extensions in Angular Console?
Asked
Active
Viewed 48 times
-1

Maciej Sikorski
- 743
- 5
- 16
-
1Please look at [How to ask](https://stackoverflow.com/help/how-to-ask) what have you tried so far? – Malcor Oct 11 '19 at 12:17
-
I tried to google that, but i found only articles that we can install extensions from that list. I tried to add schematics property to package.json in my packed but it's not enough. – Maciej Sikorski Oct 11 '19 at 12:50
1 Answers
0
For all looking for that in the future. It's impossible. All available extensions are listed here. It is not possible to add it by yourself. https://github.com/nrwl/angular-console/blob/d89c1a8b74be5345a71dd8fd42b4e1ef62ca76d5/server/src/read-extensions.ts#L29

Maciej Sikorski
- 743
- 5
- 16