README
Development
To publish updates:
- build
npm run-script build - update version in package.json
- run
npm publish
Note: For the angular project to load correct the class the extends Application MUST implement OnInit and call super.ngOnInit
This library contains abstract classes to make it easier to create application integration apps
<script type="module">
import amcTechnologyApplicationangularframework from 'https://cdn.skypack.dev/@amc-technology/applicationangularframework';
</script>
To publish updates:
npm run-script buildnpm publishNote: For the angular project to load correct the class the extends Application MUST implement OnInit and call super.ngOnInit