-
Notifications
You must be signed in to change notification settings - Fork 3
19. Narik Schematics
Ali Badakhshan edited this page Apr 9, 2020
·
7 revisions
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
- nebular
If 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
- Getting started
- Documentation
- Architecture & Services
- UI Framework