-
Notifications
You must be signed in to change notification settings - Fork 3
Migration From Version 2 to Version 3
Ali Badakhshan edited this page Mar 8, 2020
·
7 revisions
- update all dependencies' version
- change Narik dependencies from
narik-
format to@narik/
format. (All Narik Packages Moved to @narik scope.)
- In package.json file.
- In all source files ( import ... from "")
- In angular.json (styles)
- In extra-webpack.config.js
- In ts.config ('paths' section (if you have))
- add
"aot":true
to angular.json - add @DynamicForm("") to GeneralListComponent and GeneralDetailComponent and all other dynamic forms.
You can see all the changes required in this changeset: https://github.com/NarikMe/narik-primeng-demo/commit/05bd327baa9bacb7ec4f0577a2b637e961c1590d
- Getting started
- Documentation
- Architecture & Services
- UI Framework