18.0.20 • Published 8 months ago

ganttmingo v18.0.20

Weekly downloads
-
License
-
Repository
-
Last release
8 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

8 months ago

18.0.19

8 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.9

9 months ago

0.0.16

9 months ago

0.0.8

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago