Welcome to Angular Starter! This starter contains almost everything you need to start developing Angular 2. Please visit the wiki for more details.
angular gulp starter seed webpack extensible systemjs systemjs-builder travis karma jasmine istanbulNo module bundling during development, instead loading source files (.ts/.tsx) directly in the browser (using plugin-typescript). Type-checking is disabled for speed and delegated to another process. Enable strictNullChecks with noImplicitAny (compiler flags), to get Non-nullable Types (v2.0) and Smarter Type Inference (v2.1) (Source) which greatly increase your TypeScript experience.
jspm typescript react redux systemjs rollup starter hot-reload boilerplateA plugin for SystemJS which enables you to System.import TypeScript files directly. The files are transpiled in the browser and compilation errors written to the console. Starting with JSPM 0.17.0 (currently in beta) this plugin will be the officially supported mechanism for transpiling TypeScript. It provides the ability to transpile TypeScript and ES2015+ files on the fly when then are loaded by SystemJS.
typescript systemjs jspm es6 ts tsx angular2 react bundle plugin loaderSystemJS Route-Driven Bundler
systemjs route bundlerSystemJS plugin for single file Vue components
vue systemjs jspmA set of sample applications that will help you get started with DevExtreme.Each example in this section holds a simple application containing a dxButton widget with an alert dialog. It is enough to demonstrate how to link the required DevExtreme modules to the application using RequireJS, SystemJS, webpack or jspm with jQuery, AngularJS, Angular or Knockout approach. All examples require Node.js and npm to install DevExtreme package and its dependencies. Basic principles of working with these tools would be also helpful.
angular requirejs webpack rollup systemjs jspm devextremeThis is a very minimal setup to start writing Electron applications which use Typescript and React. The aim of this project is to use the smallest number of dependencies possible (which is probably not the ideal final set up), so to be able to focus on the most important bits and not waste time understanding something you don't really need at the moment.
electron quick start tutorial react systemjsThis project is the generator for the SystemJS Seed project and SystemJS Material Start ES6 project. Please see those projects for more details and examples.
systemjs es6 babel jspm gulp angular react jsx gulp-helpers yeoman-generatorThis class combines three different projects to enable route based lazy loading of angular modules. Please see the SystemJS Seed project for details on usage. More specifically, take a look in the app.js file.
angular angular-ui ui-router ui-router-extras systemjs oclazyload futureNOTE: this library has been deprecated in favor of systemjs-plugin-dojo - which is a SystemJS plugin for loading Dojo modules that works with the ArcGIS API for JavaScript. ng2-esri-demo shows how to use that plugin to load ArcGIS modules in an Angular application. Provides a wrapper around SystemJS's register() function that will first use Dojo's AMD loader to load Esri modules, and then register a SystemJS module that will expose them.
systemjs esri arcgis typescriptExpress middleware to speed up systemjs development loads by running translations serverside. This middleware will intercept requests for JavaScript modules, identified by an application/x-es-module accept-header that SystemJS always provides. When intercepting a module request the middleware will bundle the module with all its dependencies on the fly, using any available version of jspm or systemjs-builder in your project. Translating and bundling reduces the time spent in the browser on incremental discovery of modules, amout of roundtrips, heavy uncacheable translation operations and so forth.
express connect middleware systemjs server transpile translate compile bundle hookSystemJS plugin for compiling CoffeeScript
systemjs loader plugin coffee-scriptEnables debugging SystemJS (JSPM) configuration. After import it will keep a record of all imports and their information. You can log them in a readable way to a console using logImports(). You can also visualize them in your own way by retrieving the imports data using getImports().
systemjs jspmNOTE: This repo uses SystemJS and is an early example of integrating Angular and the ArcGIS API for JavaScript. The recommended approach for new Angular projects is to use esri-loader instead. This is a demo app using Angular 2+ and Esri's ArcGIS API for JavaScript v4, with the help of Esri/esri-system-js.
esri angular2 arcgis typescript systemjsNote: this plugin only works with ES6 JSX files. And be sure your System.js has babelOptions: { blacklist: [] }, since JSX transpilation is disabled by default. If your file is called my-component.js, this plugin will look for a React component named MyComponent in the file as the default export. If it finds it, it will try to apply react-hot-api so the component can be reloaded while preserving state. It's amazing.
jspm loader plugin systemjs jsx live-reload jspm-serverRequires node >= 8.9.2 (I recommend using nvm, for which nvm use (or nvm install) will read .nvmrc and use the version of node specified there. Note that gulp and jspm are only installed globally for local dev, whereas the CI-deployment uses npm run so the binaries in node_modules/.bin/ are in the path. You could technically use npm run ci-gulp-build if you don't want to install gulp globally.
metalsmith blog static-site handlebars systemjsOpinionated Yeoman generator for creating Angular applications which lazy load components as needed at runtime. To get started you'll need to install the Yeoman, JSPM, Gulp and Protractor CLI tools globally.
angular yeoman-generator boilerplate lazy-loading angularjs systemjs jspm app scaffoldA boilerplate for developing ES6+ apps using JSPM & Gulp. JSPM is an all-in-one command line tool for package management, module loading and transpilation. Read more about it here and here.
es6 jspm gulp boilerplate babel systemjsAngular 2 translation module i18n (internationalization) from JSON file with pluralization (Zero value state included)
angular2 translation i18n interpolation pluralization ng2-translate ngx-translate ionic systemjs angular translate ngSystemJS plugin to load Google Maps
systemjs loader plugin google-maps
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.