@gusmano/ext-angular-modern
TypeScript icon, indicating that this package has built-in type declarations

0.0.33 • Public • Published

ext-angular-modern

ExtAngular - Utilize Sencha Ext JS 6.5.3 modern toolkit components in an Angular application

PreRequisites:

Instructions on how to get the sample running

(run in terminal/command window)

  • ng new Modern --minimal

  • cd Modern

  • npm i --save @gusmano/ext-angular-modern

  • npm i --save @gusmano/ext-angular-demos

  • npm i --save bootstrap

  • cp -a node_modules/@gusmano/ext-angular-demos/simple/src/. ./src/

  • copy the Ext JS 6.5.3 framework to a folder named src/ext-6.5.3

    • see above PreRequisites to get Ext JS 6.5.3 framework
    • also get the Ext Premium Addons and copy them to the packages folder of the framework
    • only need the build and packages folders
  • replace these sections in .angular-cli.json (or angular.json in newest version of Angular CLI)

      "assets": [
      	"ext-6.5.3",
      	"assets",
      	"favicon.ico"
      ],
    
      "styles": [
      	"../node_modules/bootstrap/dist/css/bootstrap.css",
      	"styles.css"
      ],
    
  • ng serve

Running Example:

http://se.sencha.com/ExtAngularExample

Package Sidebar

Install

npm i @gusmano/ext-angular-modern

Weekly Downloads

1

Version

0.0.33

License

MIT

Unpacked Size

2.57 MB

Total Files

432

Last publish

Collaborators

  • mgusmano