Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monobranch: step 1 to 13 #98

Merged
merged 28 commits into from
Nov 25, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
18dfef9
feat(hands-on): create project from branch
nlm-pro Nov 25, 2018
7863ea1
feat(hands-on): create solution project from branch
nlm-pro Nov 25, 2018
ede6038
feat(ngg): create project from branch step-02
nlm-pro Nov 25, 2018
a89dab6
build: add migration script
nlm-pro Nov 25, 2018
033d726
feat(ngg-solution): create solution from branch step-02-solution
nlm-pro Nov 25, 2018
9e00ded
feat(cpt-hierarchy): create project from branch step-03
nlm-pro Nov 25, 2018
b2a1eea
feat(cpt-hierarchy): create solution from branch step-03-solution
nlm-pro Nov 25, 2018
f2c419d
feat(binding): create project from branch step-04
nlm-pro Nov 25, 2018
7d65fe1
feat(binding): create solution project from branch step-04-solution
nlm-pro Nov 25, 2018
24525fa
feat(events): create project from branch step-05
nlm-pro Nov 25, 2018
e1d5cec
feat(events): create project from branch step-05-solution
nlm-pro Nov 25, 2018
fb31add
feat(http): create project from branch step-06
nlm-pro Nov 25, 2018
5a8ae28
feat(http): create project from branch step-06-solution
nlm-pro Nov 25, 2018
10c8f9e
feat(router): create project from branch step-07
nlm-pro Nov 25, 2018
0e39452
feat(router): create project from branch step-07-solution
nlm-pro Nov 25, 2018
733d049
feat(ngfor): create project from branch step-08
nlm-pro Nov 25, 2018
c8a10ea
feat(ngfor): create project from branch step-08-solution
nlm-pro Nov 25, 2018
067bcce
feat(input): create project from branch step-09
nlm-pro Nov 25, 2018
1e904f5
feat(input): create project from branch step-09-solution
nlm-pro Nov 25, 2018
9bd9ed9
feat(input-b): create project from branch step-10
nlm-pro Nov 25, 2018
4912b42
build: enhance migration script
nlm-pro Nov 25, 2018
19720f0
feat(output): create project from branch step-11
nlm-pro Nov 25, 2018
cab5087
feat(output-solution): create project from branch step-11-solution
nlm-pro Nov 25, 2018
1027271
feat(form): create project from branch step-12
nlm-pro Nov 25, 2018
a57a76a
feat(form-solution): create project from branch step-12-solution
nlm-pro Nov 25, 2018
d395f65
fix(form): bad imports
nlm-pro Nov 25, 2018
224cb83
feat(form-b): create project from branch step-13
nlm-pro Nov 25, 2018
f2ec4b2
feat(form-b-solution): create project from branch step-13-solution
nlm-pro Nov 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(events): create project from branch step-05
  • Loading branch information
nlm-pro committed Nov 25, 2018
commit 24525fa4bd70ab833f25bd8570ac17b50dcd99ed
99 changes: 99 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,105 @@
}
}
}
},
"events": {
"root": "steps/events/",
"sourceRoot": "steps/events/src",
"projectType": "application",
"prefix": "app",
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/events",
"index": "steps/events/src/index.html",
"main": "steps/events/src/main.ts",
"polyfills": "steps/events/src/polyfills.ts",
"tsConfig": "steps/events/tsconfig.app.json",
"assets": [
"steps/events/src/favicon.ico",
"steps/events/src/assets"
],
"styles": [
"steps/events/src/styles.css"
],
"scripts": []
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "steps/events/src/environments/environment.ts",
"with": "steps/events/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "events:build"
},
"configurations": {
"production": {
"browserTarget": "events:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "events:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "steps/events/src/test.ts",
"polyfills": "steps/events/src/polyfills.ts",
"tsConfig": "steps/events/tsconfig.spec.json",
"karmaConfig": "steps/events/karma.conf.js",
"styles": [
"steps/events/src/styles.css"
],
"scripts": [],
"assets": [
"steps/events/src/favicon.ico",
"steps/events/src/assets"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"steps/events/tsconfig.app.json",
"steps/events/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "angular-200",
Expand Down
11 changes: 11 additions & 0 deletions steps/events/browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
#
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11
Loading