mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(CHANGELOG): update CHANGELOG
This commit is contained in:
parent
24687102cf
commit
a5a1faf9d3
2 changed files with 4 additions and 40 deletions
|
|
@ -20,6 +20,10 @@
|
|||
* Pull sources from git, merge accordingly
|
||||
* remove `node_modules`
|
||||
* run `npm install`
|
||||
* replace `require` for templates and styles with `templateUrl` and `styleUrls`
|
||||
* private, protected accessors should be changed to public for any members accessed from template
|
||||
* replace default export on named export in modules
|
||||
* remove ViewEncapsulation from components
|
||||
* Enjoy!
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
"noEmitHelpers": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
},
|
||||
"lib": [
|
||||
"dom",
|
||||
"es6"
|
||||
],
|
||||
"types": [
|
||||
"hammerjs",
|
||||
"node",
|
||||
"source-map",
|
||||
"webpack",
|
||||
"fullcalendar",
|
||||
"jquery.slimscroll"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
],
|
||||
"awesomeTypescriptLoaderOptions": {
|
||||
"forkChecker": true,
|
||||
"useWebpackText": true
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue