Skip to content

Commit

Permalink
Updated message compiler demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAndWeb committed Nov 7, 2018
1 parent c8942f6 commit 4959bab
Show file tree
Hide file tree
Showing 24 changed files with 3,088 additions and 13,880 deletions.
60 changes: 0 additions & 60 deletions ngx-translate-messageformat-compiler-demo/.angular-cli.json

This file was deleted.

6 changes: 0 additions & 6 deletions ngx-translate-messageformat-compiler-demo/.gitignore
Expand Up @@ -2,7 +2,6 @@

# compiled output
/dist
/dist-server
/tmp
/out-tsc

Expand Down Expand Up @@ -35,11 +34,6 @@ yarn-error.log
testem.log
/typings

# e2e
/e2e/*.js
/e2e/*.map

# System Files
.DS_Store
Thumbs.db
node_modules
2 changes: 1 addition & 1 deletion ngx-translate-messageformat-compiler-demo/README.md
@@ -1,6 +1,6 @@
# TranslationDemo

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.4.

## Development server

Expand Down
20 changes: 16 additions & 4 deletions ngx-translate-messageformat-compiler-demo/angular.json
Expand Up @@ -8,7 +8,11 @@
"sourceRoot": "src",
"projectType": "application",
"prefix": "app",
"schematics": {},
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand All @@ -23,7 +27,7 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": []
},
Expand All @@ -43,7 +47,14 @@
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]
}
}
},
Expand Down Expand Up @@ -72,7 +83,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": [],
"assets": [
Expand All @@ -98,6 +109,7 @@
"translation-demo-e2e": {
"root": "e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
Expand Down

0 comments on commit 4959bab

Please sign in to comment.