File tree Expand file tree Collapse file tree 4 files changed +62
-9
lines changed Expand file tree Collapse file tree 4 files changed +62
-9
lines changed Original file line number Diff line number Diff line change
1
+ /*!
2
+
3
+ =========================================================
4
+ * Paper Dashboard Angular - v2.0.0
5
+ =========================================================
6
+
7
+ * Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8
+ * Copyright 2019 Creative Tim (https://www.creative-tim.com)
9
+ * Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10
+
11
+ * Coded by Creative Tim
12
+
13
+ =========================================================
14
+
15
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+
17
+ */
1
18
.tim-row {
2
19
margin-bottom : 20px ;
3
20
}
Original file line number Diff line number Diff line change 1
1
/* !
2
2
3
- =========================================================
4
- * Paper Dashboard 2 - v2.0.0
5
- =========================================================
3
+ =========================================================
4
+ * Paper Dashboard Angular - v2.0.0
5
+ =========================================================
6
6
7
- * Product Page: https://www.creative-tim.com/product/paper-dashboard-2
8
- * Copyright 2018 Creative Tim (http://www.creative-tim.com)
7
+ * Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8
+ * Copyright 2019 Creative Tim (https://www.creative-tim.com)
9
+ * Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
9
10
10
- * Designed by www.invisionapp.com Coded by www.creative-tim.com
11
+ * Coded by Creative Tim
11
12
12
- =========================================================
13
+ =========================================================
13
14
14
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
15
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
15
16
16
- */
17
+ */
17
18
18
19
@import ' paper-dashboard/variables' ;
19
20
@import ' paper-dashboard/mixins' ;
Original file line number Diff line number Diff line change
1
+ <!--
2
+
3
+ =========================================================
4
+ * Paper Dashboard Angular - v2.0.0
5
+ =========================================================
6
+
7
+ * Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8
+ * Copyright 2019 Creative Tim (https://www.creative-tim.com)
9
+ * Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10
+
11
+ * Coded by Creative Tim
12
+
13
+ =========================================================
14
+
15
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+
17
+ -->
18
+
1
19
<!doctype html>
2
20
< html >
3
21
< head >
Original file line number Diff line number Diff line change
1
+ /*!
2
+
3
+ =========================================================
4
+ * Paper Dashboard Angular - v2.0.0
5
+ =========================================================
6
+
7
+ * Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8
+ * Copyright 2019 Creative Tim (https://www.creative-tim.com)
9
+ * Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10
+
11
+ * Coded by Creative Tim
12
+
13
+ =========================================================
14
+
15
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+
17
+ */
1
18
import { enableProdMode } from '@angular/core' ;
2
19
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
3
20
You can’t perform that action at this time.
0 commit comments