1.1.2 • Published 4 years ago

@coderbase/ngx-element-covid19 v1.1.2

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

Angular Element for Covid19 informations

npm install @coderbase/ngx-element-covid19

For Angular Integration

add to your angular.json

  "scripts": [
            "./node_modules/@coderbase/ngx-element-covid19/ngx-element-covid19.js"
        ]

add to your app.module.ts

schemas: [CUSTOM_ELEMENTS_SCHEMA]

use in your component

For non-Angular Application

    <ngx-element-covid19></ngx-element-covid19>
    <script src="ngx-element-covid19.js"></script>