0.0.33 • Published 6 years ago

@gusmano/ext-angular-modern v0.0.33

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

0.0.33

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago