UNPKG
ng2-charts-schematics
Version:
beta (0.2.0-beta.1)
latest (0.1.7)
0.2.0-beta.1
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
ng2-charts schematics collection for generating chart components
ng2-charts-schematics
/
src
/
ng2-charts-schematics
/
ng2-charts-bubble.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
Rule
}
from
'@angular-devkit/schematics'
;
export
declare
function
ng2ChartsBubble
(
_options
:
any
):
Rule
;