Schematics talk by Felix Lemke (@ngfelixl), first time talk at May'19 Academy Day.
The following schematics are part of the exercises and will be accomplished when doing the tasks. You can run the schematics by
- Readme:
schematics .:readme --dry-run=false - Travis:
schematics .:travis --dry-run=false - LicensedComponent:
npm run dev:licensed(uses the sandbox, only available on angular branch)
There are two branches, master and angular. The angular branch is needed for the second part of the presentation.
npm run test will run the unit tests, using Jasmine as a runner and test framework.