Indigosoft/ngxd

Compile library to ivy

jpike88 opened this issue · 4 comments

I'm having trouble importing this lib to angular 13, it should be compiled to ivy in advance

I am also getting the following warning among others:

$ ng build -c demo
⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries:
....
- @ngxd/core [es2015/esm2015] (git+https://github.com/IndigoSoft/ngxd.git)
....
Encourage the library authors to publish an Ivy distribution.
✔ Browser application bundle generation complete.
✔ Copying assets complete.
✔ Index html generation complete.

Env:

$ ng version

     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/
    

Angular CLI: 13.1.4
Node: 14.17.0
Package Manager: npm 7.20.5
OS: linux x64

Angular: 13.1.3
... animations, cdk, common, compiler, compiler-cli, core, forms
... language-service, material, platform-browser
... platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1301.4
@angular-devkit/build-angular   13.1.4
@angular-devkit/core            13.1.4
@angular-devkit/schematics      13.1.4
@angular/cli                    13.1.4
@angular/flex-layout            13.0.0-beta.36
@schematics/angular             13.1.4
rxjs                            6.6.7
typescript                      4.4.4
$ npm list @ngxd/core
...
└── @ngxd/core@12.0.1

I will update today, sorry for waiting 🙏

@ngxd/core has been updated to the latest version of Angular and is now built for Ivy. Please use @ngxd/core@13 for @angular/core@13.

@jpike88 @ciukstar thanks for reminding 💖

@ngxd/core@13.0.0 works as expected with no warnings. Thank you.