NARIK
Search
K

Migration-From-Version-2--to-Version-3

To migrate from Narik V 2 to version 3 :

  1. 1.
    update all dependencies' version
  2. 2.
    change Narik dependencies from narik- format to @narik/ format.
    (All Narik Packages Moved to @narik scope.)
  3. 3.
    In package.json file.
  4. 4.
    In all source files ( import ... from "")
  5. 5.
    In angular.json (styles)
  6. 6.
    In extra-webpack.config.js
  7. 7.
    In ts.config ('paths' section (if you have))
  8. 8.
    add "aot":true to angular.json
  9. 9.
    add @DynamicForm("") to GeneralListComponent and GeneralDetailComponent and all other dynamic forms.
Last modified 2yr ago