Closed arturovt closed 2 months ago
single-spa-angular@9.2.0
single-spa-angular@9.2.0
create-single-spa
still create project with angular v17 (and with "single-spa-angular": "^9.2.0" in package,json)
{
"name": "app4",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:single-spa:app4": "ng build app4 --configuration production",
"serve:single-spa:app4": "ng s --project app4 --disable-host-check --port 4200 --live-reload false"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"rxjs": "~7.8.0",
"single-spa": ">=4.0.0",
"single-spa-angular": "^9.2.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/build-angular": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"style-loader": "^3.3.1",
"typescript": "~5.4.2"
}
}
create-single-spa
is a separate repository which I do not maintain (https://github.com/single-spa/create-single-spa).
Sorry, when will the new build be ready for use?)