Trying things

This commit is contained in:
2017-04-05 14:25:41 +02:00
parent bde3e0777c
commit d4e654136e
5 changed files with 5 additions and 7 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -583,14 +583,14 @@ module.exports = "<div class=\"row\">\r\n <div class=\"col-md-6\">\r\n <div
/***/ 672:
/***/ (function(module, exports) {
module.exports = "<div>\r\n\t<line-chart></line-chart>\r\n</div>"
module.exports = "<div>\r\n\t\r\n</div>"
/***/ }),
/***/ 673:
/***/ (function(module, exports) {
module.exports = "<div *ngIf=\"loaded\">\r\n\t<line-chart [label]=\"label\" [data]=\"data\"></line-chart>\r\n\r\n <line-chart [label]=\"label\" [data]=\"data2\"></line-chart>\r\n</div>\r\n"
module.exports = "<div *ngIf=\"loaded\">\r\n\t<line-chart [label]=\"label\" [data]=\"data\"></line-chart>\r\n</div>\r\n"
/***/ }),
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,3 +1,3 @@
<div>
<line-chart></line-chart>
</div>
-2
View File
@@ -1,5 +1,3 @@
<div *ngIf="loaded">
<line-chart [label]="label" [data]="data"></line-chart>
<line-chart [label]="label" [data]="data2"></line-chart>
</div>