README
Angular Schematic UI Framework
Adds configuration of UI framework.
Overview
ng add @objectivity/angular-schematic-ui-framework
Adds configuration of CI to the default Angular application.
it is possible to specify project name to use
ng add @objectivity/angular-schematic-ui-framework [project name]
Options
material
--material (alias: -m) default value: true
When true, adds Angular Material to the application without affecting any templates.
bootstrapMini
--bootstrapMini (alias: -bm) default value: true
When true, adds minimalistic version of Bootstrap.
skip-install
--skip-install (alias: -si) default value: false
Skip installing packages. (works only for minimalistic version of Bootstrap)