19.-Narik-Schematics
Narik schematic helps you to create and manage Narik applications easily.
(Make a sure version of Angular Cli is higher than 9)
With this command, you can add Narik to an angular cli peoject. this command asks you for three options:
- ui: This option specifies that which ui framework should be used in application. Available options are:
- material
- devextreme
- ng-bootstrap
- primeng
- nebularIf you don't specify this options material will be used.
- layout: This option specifies that which layout should be used in application. Available options are:
- ngxadmin
- coreui
If you don't specify this options **ngxadmin** will be used.
- rtl: This option specifies that created application should be rtl or not.you should set this options with true or false. default value id false;
ng add narik
Last modified 2yr ago