Coder Social home page Coder Social logo

krimple / angular-seed-typescript Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 1.0 668 KB

NOTE - do not use this with Beta 0. I still need to take a few hours and convert the dependencies. A basic seed project with express/livereload, typescript compilation and uses the Http library and multiple components in modules.

JavaScript 21.74% TypeScript 40.26% HTML 37.99%

angular-seed-typescript's People

Contributors

krimple avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

assadzakir

angular-seed-typescript's Issues

Can't find Promise

I run this by executing 'gulp', and console error info below:

/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/CoreOperators.d.ts(22,67): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/CoreOperators.d.ts(72,67): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/CoreOperators.d.ts(77,31): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/CoreOperators.d.ts(77,54): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(65,67): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(65,88): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(72,84): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(77,38): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(100,66): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(154,66): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(159,31): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/cjs/Observable.d.ts(159,54): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/CoreOperators.d.ts(22,67): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/CoreOperators.d.ts(72,67): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/CoreOperators.d.ts(77,31): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/CoreOperators.d.ts(77,54): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(65,67): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(65,88): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(72,84): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(77,38): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(100,66): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(154,66): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(159,31): error TS2304: Cannot find name 'PromiseConstructor'.
/Users/nant/github/angular-seed-typescript/node_modules/@reactivex/rxjs/dist/es6/Observable.d.ts(159,54): error TS2304: Cannot find name 'Promise'.
/Users/nant/github/angular-seed-typescript/node_modules/angular2/src/http/backends/jsonp_backend.d.ts(7,28): error TS2307: Cannot find module 'rxjs/Observable'.
/Users/nant/github/angular-seed-typescript/node_modules/angular2/src/http/backends/xhr_backend.d.ts(7,28): error TS2307: Cannot find module 'rxjs/Observable'.
/Users/nant/github/angular-seed-typescript/node_modules/angular2/src/http/headers.d.ts(43,59): error TS2304: Cannot find name 'Map'.
/Users/nant/github/angular-seed-typescript/node_modules/angular2/src/http/http.d.ts(5,28): error TS2307: Cannot find module 'rxjs/Observable'.
/Users/nant/github/angular-seed-typescript/node_modules/angular2/src/http/url_search_params.d.ts(11,16): error TS2304: Cannot find name 'Map'.
src/todo/app.ts(1,44): error TS2307: Cannot find module 'angular2/angular2'.
src/todo/date-pipe.ts(1,22): error TS2307: Cannot find module 'angular2/angular2'.
src/todo/date-pipe.ts(6,62): error TS2339: Property 'isNaN' does not exist on type 'NumberConstructor'.
src/todo/task-entry.ts(1,44): error TS2307: Cannot find module 'angular2/angular2'.
src/todo/task-list.ts(1,57): error TS2307: Cannot find module 'angular2/angular2'.
src/todo/task-model.ts(1,28): error TS2307: Cannot find module 'angular2/angular2'.
src/todo/task-model.ts(19,32): error TS2339: Property 'parseInt' does not exist on type 'NumberConstructor'.
src/todo/task-service.ts(1,26): error TS2307: Cannot find module 'angular2/angular2'.

Not Run

It doesnt run when follow your directives... Install all of them and run but just index.html not seem rest of the project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.