@gusmano/ext-angular-classic
v0.0.33
Published
ExtAngular for Ext JS 6.5.3 Classic Toolkit
Downloads
3
Maintainers
Readme
ext-angular-classic
ExtAngular - Utilize Sencha Ext JS 6.5.3 classic toolkit components in an Angular application
PreRequisites:
- Node.js - https://nodejs.org/ (choose current)
- Angular CLI - npm install -g @angular/cli@latest
- Licenced copy of Sencha Ext JS 6.5.3 from https://support.sencha.com or
- Trial of Sencha Ext JS 6.5.3
Instructions on how to get the sample running
(run in terminal/command window)
ng new Classic --minimal
cd Classic
npm i --save @gusmano/ext-angular-classic
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