Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 034818a

Browse files
committed
refactor: move demo-app into new CLI structure
1 parent a5f830c commit 034818a

File tree

135 files changed

+3795
-10263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+3795
-10263
lines changed

package-lock.json

Lines changed: 0 additions & 9733 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
"scripts": {
1818
"ng": "ng",
1919
"start": "ng serve",
20-
"build": "ng build",
20+
"build": "ng build @angular/flex-layout",
21+
"demo:serve": "ng serve demo-app",
2122
"stamp": "ts-node tools/package-tools/version-placeholders.ts --module=commonjs",
2223
"build:universal-demo-app": "ng run universal-demo-app:build:production && ng run universal-demo-app:server",
2324
"test": "ng test @angular/flex-layout",
2425
"test:ssr": "webpack --config test/webpack-spec-ssr-bundle.js && jasmine --config=test/jasmine-ssr.json",
25-
"lint": "stylelint projects/libs/**/*.scss --config=stylelint-config.json && tslint --project ./tsconfig.json --config tslint.json"
26+
"lint": "stylelint projects/libs/**/*.scss --config=stylelint-config.json && tslint --project ./tsconfig.json --config tslint.json",
27+
"release": "yarn build && yarn stamp"
2628
},
2729
"private": true,
2830
"requiredAngularVersion": "^13.0.0",
@@ -36,6 +38,7 @@
3638
"@angular/platform-browser": "~13.0.0",
3739
"@angular/platform-browser-dynamic": "~13.0.0",
3840
"@angular/platform-server": "~13.0.0",
41+
"@angular/router": "~13.0.0",
3942
"@nguniversal/express-engine": "^13.0.1",
4043
"@types/express": "^4.17.13",
4144
"express": "^4.17.1",
@@ -64,6 +67,7 @@
6467
"karma-sauce-launcher": "^2.0.2",
6568
"minimatch": "^3.0.4",
6669
"ng-packagr": "^13.0.0",
70+
"postcss": "^8.3.3",
6771
"postcss-scss": "^4.0.2",
6872
"protractor": "^7.0.0",
6973
"stylelint": "^14.1.0",

projects/apps/demo-app/src/app/app.component.css

Whitespace-only changes.

0 commit comments

Comments
 (0)