18.0.20 • Published 9 months ago

ganttmingo v18.0.20

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Gantt Chart

Installation

npm install --save ganttmingo

Usage

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

9 months ago

18.0.19

9 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.15

10 months ago

0.0.9

10 months ago

0.0.16

10 months ago

0.0.8

10 months ago

0.0.17

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago