All Projects → vuesomedev → angular2-esnext-todomvc

vuesomedev / angular2-esnext-todomvc

Licence: other
Angular TodoMVC application in Javascript (ES6/ES7).

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to angular2-esnext-todomvc

Angular2 Esnext Todomvc
Angular TodoMVC application in Javascript (ES6/ES7).
Stars: ✭ 132 (+0%)
Mutual labels:  babel, todomvc
gulp-webpack-boilerplate
A good foundation for your next frontend project.
Stars: ✭ 56 (-57.58%)
Mutual labels:  babel
react-quiz-app
A Simple React Quiz App 💎
Stars: ✭ 37 (-71.97%)
Mutual labels:  babel
vue-cms
VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha
Stars: ✭ 16 (-87.88%)
Mutual labels:  babel
puppeteer-electron-quickstart
Quickstart project to run puppeteer library from an Electron application. Using ES-6 and babel.
Stars: ✭ 52 (-60.61%)
Mutual labels:  babel
core-web
like core-js but for Web APIs (based on polyfill.io)
Stars: ✭ 34 (-74.24%)
Mutual labels:  babel
awesome-angular-learning
🕶️ Awesome Angular Learning Resources, Courses & Examples
Stars: ✭ 26 (-80.3%)
Mutual labels:  todomvc
sample-ui-react
Material-UI+ React.js + Redux [ Pug / Scss / Babel ]
Stars: ✭ 15 (-88.64%)
Mutual labels:  babel
gobang
一个五子棋AI,使用原生JavaScript开发
Stars: ✭ 22 (-83.33%)
Mutual labels:  babel
babel-plugin-private-underscores
Make _classMembers 'private' using symbols
Stars: ✭ 39 (-70.45%)
Mutual labels:  babel
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (-16.67%)
Mutual labels:  babel
find-unused-exports
A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
Stars: ✭ 30 (-77.27%)
Mutual labels:  babel
babel-preset-react-native-web3
deprecated: babel preset for react native, web3 and babel 6
Stars: ✭ 22 (-83.33%)
Mutual labels:  babel
k6-template-es6
Template repository for bundling test projects into single test scripts runnable by k6
Stars: ✭ 39 (-70.45%)
Mutual labels:  babel
Webpack-Starter-Kit
Webpack 4 stater kit with SCSS, PostCSS, Babel & ESLint
Stars: ✭ 41 (-68.94%)
Mutual labels:  babel
example-orbitdb-todomvc
TodoMVC with OrbitDB
Stars: ✭ 17 (-87.12%)
Mutual labels:  todomvc
netflix landing-page
The Netflix.com landing page built via React 16 and Styled-Components. Build deployed via Surge.sh for preview.
Stars: ✭ 39 (-70.45%)
Mutual labels:  babel
cerebro-web
Website for Cerebro
Stars: ✭ 21 (-84.09%)
Mutual labels:  babel
babel-plugin-dedent
Remove indentation from multiline template strings
Stars: ✭ 32 (-75.76%)
Mutual labels:  babel
objective-c-parser
Get the JSON representation of an Objective-C header file
Stars: ✭ 19 (-85.61%)
Mutual labels:  babel

Angular ESNext TodoMVC

Dependency Status devDependency Status

TodoMVC application built with Angular in Javascript (ES6/ES7).

Layout and namings based on the official Angular style guide.

Concepts it covers

  • Creating @Component with directives (ngIf, ngFor)
  • Creating child @Component and communicating with parent (@Input, @Output)
  • Using Dependency Injection for service
  • Use @Pipe inside @Component
  • Routing

Quick Start

git clone https://github.com/blacksonic/angular2-esnext-todomvc.git
cd angular2-esnext-todomvc

npm install
npm start

Open it in your browser http://localhost:3000.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].