Trying things
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -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"
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
|
||||
<div>
|
||||
<line-chart></line-chart>
|
||||
|
||||
</div>
|
||||
@@ -1,5 +1,3 @@
|
||||
<div *ngIf="loaded">
|
||||
<line-chart [label]="label" [data]="data"></line-chart>
|
||||
|
||||
<line-chart [label]="label" [data]="data2"></line-chart>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user