@amc-technology/applicationangularframework

This library contains abstract classes to make it easier to create application integration apps

Usage no npm install needed!

<script type="module">
  import amcTechnologyApplicationangularframework from 'https://cdn.skypack.dev/@amc-technology/applicationangularframework';
</script>

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