extjs-angular2deprecated

Ext JS Bridge for Angular2

Usage no npm install needed!

<script type="module">
  import extjsAngular2 from 'https://cdn.skypack.dev/extjs-angular2';
</script>

README

extjs-angular2

ExtJS Bridge for Angular2

Works with Sencha Ext JS 6.2 modern toolkit

to try:

Install Angular-CLI (instructions at: https://github.com/angular/angular-cli)

Create new project using command prompt (this will take a while):

ng new ExtTest

Run the following commands on the command line:

cd ExtTest
npm install extjs-angular2 --save
cp -r node_modules/extjs-angular2/demo/ src/
(you need a version of the Ext JS framework and an Ext JS Theme as well...  details to come)
ng serve

In the browser, go to http://localhost:4200

Open ExtTest project in an editor to review the application