You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a new Angular 17 project and followed the documentation at https://akveo.github.io/nebular/docs/guides/install-nebular#using-angular-cli. Everything works until I add the microfrontend dependency. However, my purpose is to transform my project into a microfrontend by adding the schematics for @angular-architects/native-federation as follows:
ng add @angular-architects/native-federation --project mfcontact --port 7400 --type remote
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
I've created a new Angular 17 project and followed the documentation at https://akveo.github.io/nebular/docs/guides/install-nebular#using-angular-cli. Everything works until I add the microfrontend dependency. However, my purpose is to transform my project into a microfrontend by adding the schematics for
@angular-architects/native-federation
as follows:ng add @angular-architects/native-federation --project mfcontact --port 7400 --type remote
I encounter this error:
Steps to reproduce:
Create new project:
ng new mfcontact
Install nebular manually (Angular 17 problem)
npm install --save @nebular/theme @angular/cdk @angular/animations
npm install --save eva-icons @nebular/eva-icons
And configure the module-less app for nebular injection :
Edit the angular.json to add the css:
Everything works fine until this step.
ng add @angular-architects/native-federation --project mfcontact --port 7400 --type remote
You will get my error.
Thank you for your help, i like nebular and i wish continue working on it for my MF architecture.
Related code:
Here is my code:
https://github.com/Jmadih/mfcontact
Other information:
npm, node, OS, Browser
Angular, Nebular
Package.json
The text was updated successfully, but these errors were encountered: