0.0.33 • Published 6 years ago

ext-angular v0.0.33

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

ext-angular-generator

PreRequisites:

  • Node.js - https://nodejs.org/ (choose current)
  • Angular CLI - npm install -g @angular/cli@latest
  • Licenced copy of Sencha Ext JS 6.5.2 Premium

Running Example:

http://se.sencha.com/ExtAngularExample

Instructions on how to get the sample running (run in terminal window)

For Classic:

  • ng new Classic --minimal
  • cp -R ext-angular-generator/ext-angular/classic/src/* Classic/src

For Modern:

  • ng new Modern --minimal
  • cp -R ext-angular-generator/ext-angular/modern/src/* Modern/src

For Modern or Classic:

  • cd to either Modern or Classic
  • npm install --save bootstrap@latest
  • copy the Ext JS 6.5.2 framework to a folder named src/ext-6.5.2 - get the Ext JS 6.5.2 framework from https://support.sencha.com - 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

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

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago