@coderbase/ngx-element-covid19

Angular Element display Api Covid19 infos

Usage no npm install needed!

<script type="module">
  import coderbaseNgxElementCovid19 from 'https://cdn.skypack.dev/@coderbase/ngx-element-covid19';
</script>

README

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>