18.0.20 • Published 1 year ago
ganttmingo v18.0.20
Gantt Chart
Installation
npm install --save ganttmingoUsage
Config angular.json file
angular.json > projects > {angular-project} > architect > build > options > scripts
"scripts": [ "node_modules/ganttmingo/dist/index.js" ]Defines a schemas that allow NgModule contain "Custom Element"
Add CUSTOM_ELEMENTS_SCHEMA to the '@Component.schemas'
import { Component, CUSTOM_ELEMENTS_SCHEMA } from "@angular/core";
@Component({ selector: "app-root", standalone: true, schemas: CUSTOM_ELEMENTS_SCHEMA, template: `
<h1>Svelte in Angular!</h1>
<gantt-mingo />
`}) export class AppComponent {}
> REF: [config-build-reference](https://dev.to/this-is-angular/rendering-svelte-components-as-web-components-in-angular-a-step-by-step-guide-409a)18.0.20
1 year ago
18.0.19
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.9
1 year ago
0.0.16
1 year ago
0.0.8
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago