Skip to content

Commit 1fb3f34

Browse files
committed
configuration , tsconfig.json, warning issue fixed
1 parent bf97d95 commit 1fb3f34

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"node_modules/animate.css/animate.min.css",
106106
"node_modules/bootstrap/dist/css/bootstrap.min.css",
107107
"src/assets/sass/light-bootstrap-dashboard.scss",
108-
"src/assets/css/demo.css"
108+
"src/assets/css/demo.css",
109+
"src/assets/css/pe-icon-7-stroke.css"
109110
],
110111
"assets": [
111112
"src/assets",

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<!-- Fonts and icons -->
3232
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
3333
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
34-
<link href="assets/css/pe-icon-7-stroke.css" rel="stylesheet" />
3534
<style media="screen">
3635

3736
#loader {

src/polyfills.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ import 'zone.js/dist/zone';
3636
// NgClass on SVG elements
3737
// Needed for: IE10, IE11
3838
// import 'classlist.js';
39+
(window as any)['global'] = window;

src/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@
1515
"typeRoots": [
1616
"../node_modules/@types"
1717
]
18-
}
18+
},
19+
"exclude": [
20+
"test.ts",
21+
"**/*.spec.ts"
22+
]
1923
}

0 commit comments

Comments
 (0)