| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Awesome list of Angular 2 seed repos, starters, boilerplates, examples, tutorials, components, modules, videos, and anything else in the Angular 2 ecosystem
Table of contents:
Angular is a development platform for building mobile and desktop web applications.
List of Angular experts you should follow on Twitter (in no particular order). This list is by no means complete.
Directives allow you to attach behavior to elements in the DOM.
Read more »
A component is a directive which uses shadow DOM to create encapsulate visual behavior. Components are typically used to create UI widgets or to break up the application into smaller components.
Read more »
A View is a core primitive used by angular to render the DOM tree.
Read more »
Templates are markup which is added to HTML to declaratively describe how the application model should be
projected to DOM as well as which DOM events should invoke which methods on the controller.
Read more »
Every component gets a change detector responsible for checking the bindings defined in its template.
Read more »
Angular 1.x has two APIs for injecting dependencies into a directive. Angular 2 unifies the two APIs, making the code easier to understand and test.
Read more »
Pipes can be appended on the end of the expressions to translate the value to a different format.
Read more »
WebWorker support in Angular2 is designed to make it easy to leverage parallelization in your web application.
When you choose to run your application in a WebWorker angular runs both your application's logic and the
majority of the core angular framework in a WebWorker.
Read more »
Http is available as an injectable class, with methods to perform http requests. Calling request returns an EventEmitter which will emit a single Response when a response is received.
Read more »
Victor Savkin
thoughtram
Universal (isomorphic) javascript support for Angular 2
TypeScript lets you write JavaScript the way you really want to. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Traceur is a JavaScript.next-to-JavaScript-of-today compiler
The compiler for writing next generation JavaScript.
An ECMAScript language that includes structured, dynamic, functional, and prototype-based features.
Ionic is the beautiful, open source front-end SDK for developing hybrid mobile apps with web technologies.
Build Realtime Web and Mobile Apps With Angular and Meteor
Build truly native iOS, Android and Windows Phone apps with Javascript and CSS. Try NativeScript open-source framework for cross-platform development.
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript
Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities. General purpose language, with Haxe, you can easily build cross-platform tools targeting all the mainstream platforms natively. "Write once compile anywhere", with strong easily extendable macro system and powerfull, highly optimizing compiler with DCE (and f.e. using inline constructors). Can be used for server side rendering and in isomorphic way - possible to share the same source code compiling into client side in javascript and server side in pyhton (or java/php/node - can be choosen later/changed at scaling). Haxe code can contain (inline) any target language fragments (can be used to step by step porting), the externs mechanism provides access to the native APIs and libraries in a type-safe manner. Server, client, mobile (Android and iOS at once), desktop, embedded (Raspbery, award winning TIVO set top boxes), Playstation ... all can be reached natively with much less typing, more error-proof, more stable and compile-time type checked code even for non type-safe targets (f.e. JavaScript, PHP)!
General purpose language; multiparadigm (object-oriented, functional, concurrent elements); statically typed, type-safe; focus: Web services.
| Back | FazBrowse Home | New Git URL |