Remove the include of ng2 bootstrap in the html index
This commit is contained in:
parent
f0a397ee3d
commit
33f12c7441
2 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,6 @@
|
||||||
|
|
||||||
<script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
|
<script src="client/node_modules/webtorrent/webtorrent.min.js"></script>
|
||||||
|
|
||||||
<script src="client/node_modules/ng2-bootstrap/bundles/ng2-bootstrap.min.js"></script>
|
|
||||||
|
|
||||||
<!-- 2. Configure SystemJS -->
|
<!-- 2. Configure SystemJS -->
|
||||||
<script src="client/systemjs.config.js"></script>
|
<script src="client/systemjs.config.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"rulesDirectory": ["./node_modules/codelyzer"],
|
"rulesDirectory": ["./node_modules/codelyzer"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"class-name": true,
|
"class-name": true,
|
||||||
|
"no-inferrable-types": true,
|
||||||
"curly": false,
|
"curly": false,
|
||||||
"eofline": true,
|
"eofline": true,
|
||||||
"indent": ["spaces"],
|
"indent": ["spaces"],
|
||||||
|
|
Loading…
Reference in a new issue