Indigosoft / ngxd

✨🦊 NgComponentOutlet + Data-Binding + Full Lifecycle = NgxComponentOutlet for Angular 7, 8, 9, 10, 11, 12, 13, 14, 15, 16+
MIT License
321 stars 29 forks source link

Compile library to ivy #41

Closed jpike88 closed 2 years ago

jpike88 commented 2 years ago

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

ciukstar commented 2 years ago

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
thekiba commented 2 years ago

I will update today, sorry for waiting 🙏

thekiba commented 2 years ago

@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 💖

ciukstar commented 2 years ago

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