NARIK
Search…
NARIK
Home
_Sidebar
01.-Architecture
02.-Metadata-Framework
03.-Modularity-System
04.-UI-Layout
05.-Data-Framework
06.-Query-Service
07.-UI-Component-Framework
08.-Dialog-Service
09.-Navigation-Service
10.-Authentication-and-Authorization-Service
11.-Config-Service
12.-Localization-Service
13.-Commands
14.-Other-Services,-Components,-Directives
15.-UI-Components
16.-UI-Wrappers
17.-Event-Aggregator
18.-Dynamic-Form
19.-Narik-Schematics
Migration-From-Version-2--to-Version-3
Powered By
GitBook
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)
ng add narik
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
1
If you don't specify this options **ngxadmin** will be used.
Copied!
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;
example:
1
ng add narik
Copied!
Previous
18.-Dynamic-Form
Next
Migration-From-Version-2--to-Version-3
Last modified
1yr ago
Copy link
Contents
ng add narik
example: