Skip to content

Commit 368a4f8

Browse files
committed
Update Bootstrap prototype
1 parent 574db59 commit 368a4f8

File tree

63 files changed

+61
-51
lines changed

Some content is hidden

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

63 files changed

+61
-51
lines changed

README.md

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@angular/language-service": "9.1.3",
6161
"@nguniversal/builders": "9.1.0",
6262
"@types/express": "4.17.6",
63-
"@types/node": "13.13.2",
63+
"@types/node": "13.13.4",
6464
"@types/jasmine": "3.5.10",
6565
"@types/jasminewd2": "2.0.8",
6666
"codelyzer": "5.2.2",
@@ -73,7 +73,7 @@
7373
"karma-jasmine-html-reporter": "1.5.3",
7474
"protractor": "5.4.4",
7575
"ts-node": "8.9.1",
76-
"tslint": "6.1.1",
76+
"tslint": "6.1.2",
7777
"typescript": "3.8.3"
7878
}
7979
}

src/app/app-routing.module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ const routes: Routes = [
4747
.then(mod => mod.ExampleReactiveFormModule)
4848
},
4949
{
50-
path: 'bootstrap-components',
51-
loadChildren: () => import('./modules/application/example-bootstrap-components/example-bootstrap-components.module')
52-
.then(mod => mod.ExampleBootstrapComponentsModule)
50+
path: 'bootstrap-prototype',
51+
loadChildren: () => import('./modules/application/example-bootstrap-prototype/example-bootstrap-prototype.module')
52+
.then(mod => mod.ExampleBootstrapPrototypeModule)
5353
},
5454
{
5555
path: 'about',

src/app/modules/application/example-bootstrap-components/example-bootstrap-components.module.ts

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

0 commit comments

Comments
 (0)