Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gusmano/ext-angular-modern

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gusmano/ext-angular-modern

ExtAngular for Ext JS 6.5.3 Modern Toolkit

  • 0.0.33
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

ext-angular-modern

ExtAngular - Utilize Sencha Ext JS 6.5.3 modern 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 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

Keywords

FAQs

Package last updated on 10 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc