Skip to content

Commit

Permalink
docs(demo): replace old docs with demo project
Browse files Browse the repository at this point in the history
Replaces the old demo which was built from a separate repo with a new project that links to the latest version of @ng-idle and keepalive. 

closes #128
  • Loading branch information
moribvndvs committed Oct 15, 2021
1 parent 7de968d commit 216eb99
Show file tree
Hide file tree
Showing 51 changed files with 1,025 additions and 2,152 deletions.
101 changes: 101 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,107 @@
}
}
}
},
"docs": {
"projectType": "application",
"schematics": {
"@schematics/angular:application": {
"strict": true
}
},
"root": "projects/docs",
"sourceRoot": "projects/docs/src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "docs",
"index": "projects/docs/src/index.html",
"main": "projects/docs/src/main.ts",
"polyfills": "projects/docs/src/polyfills.ts",
"tsConfig": "projects/docs/tsconfig.app.json",
"assets": [
"projects/docs/src/favicon.ico",
"projects/docs/src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"./node_modules/highlight.js/styles/github-dark.css",
"projects/docs/src/styles.css"
],
"scripts": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"fileReplacements": [
{
"replace": "projects/docs/src/environments/environment.ts",
"with": "projects/docs/src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
},
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "docs:build:production"
},
"development": {
"browserTarget": "docs:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "docs:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/docs/src/test.ts",
"polyfills": "projects/docs/src/polyfills.ts",
"tsConfig": "projects/docs/tsconfig.spec.json",
"karmaConfig": "projects/docs/karma.conf.js",
"assets": [
"projects/docs/src/favicon.ico",
"projects/docs/src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
"projects/docs/src/styles.css"
],
"scripts": []
}
}
}
}},
"defaultProject": "core"
}
1 change: 1 addition & 0 deletions docs/113.dff781c49e469c40e642.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/168.5e16ffa2ff974a469548.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/203.94328e4843650e9221ba.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/396.18f31cf99c0dbd35c61b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 216eb99

Please sign in to comment.