1.0.5 • Published 2 years ago

single-spa-angular-custom v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Single SPA Angular Custom

After adding single spa angular (ng add single-spa-angular) schematics in any angular application, the application does not work without single spa container anymore. This schematics helps in creating a new profile in angular.json which fixes the application in standalone mode.

Installing

First run the single-spa-angular schematics (Skip this step if single spa angular schematic is already added)

ng add single-spa-angular

After it's successfully done execute:

ng add single-spa-angular-custom

If Angular cli is not installed gloablly

npx ng add single-spa-angular-custom

It adds the following scrips to package.json

"start": "ng run <project name>:serve-local --port 4300", // You will be prompted to enter the port while running the schematics
"build": "ng run <project name>:build-local",

Now run npm start. You should be able to run your application locally without Single spa container

http://localhost:4300
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago