Giter VIP home page Giter VIP logo

reactive-patterns-course's People

Contributors

jhades avatar kamalgill avatar mti-rmares avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reactive-patterns-course's Issues

Lecture 34

I hit this error after this change:
public lessonsList$: Observable<Lesson[]> = this.lessonsListSubject.asObservable();

ERROR in src/app/event-bus-experiments/app-data.ts(11,5): error TS2322: Type 'Observable<{}>' is not assignable to type 'Observable<Lesson[]>'.
Type '{}' is not assignable to type 'Lesson[]'.
Property 'includes' is missing in type '{}'.

as best as I can tell I haven't missed anything but compilation is failing.

demo app `npm start` fails

Hello,

I've downloaded the project, executed npm install and npm start, as stated in the docs and I get following error:

$ npm start

> [email protected] start C:\Users\Tomasz.Ducin\Development\learn\angular\reactive-patterns-course
> ng serve  --proxy-config proxy.conf.json

** NG Live Development Server is running on http://localhost:4200 **
Hash: ba6c3da912e2fa390e43
Time: 13387ms
chunk    {0} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 157 kB {4} [initial] [rendered]
chunk    {1} main.bundle.js, main.bundle.js.map (main) 72.3 kB {3} [initial] [rendered]
chunk    {2} styles.bundle.js, styles.bundle.js.map (styles) 9.78 kB {4} [initial] [rendered]
chunk    {3} vendor.bundle.js, vendor.bundle.js.map (vendor) 4.13 MB [initial] [rendered]
chunk    {4} inline.bundle.js, inline.bundle.js.map (inline) 0 bytes [entry] [rendered]

ERROR in Error encountered resolving symbol values statically. Calling function 'OpaqueToken', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol FirebaseUserConfig in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/node_modules/angularfire2/tokens.d.ts, resolving symbol AngularFireModule.initializeApp in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/node_modules/angularfire2/angularfire2.d.ts, resolving symbol AppModule in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/src/app/app.module.ts, resolving symbol AppModule in C:/Users/Tomasz.Ducin/Development/learn/angular/reactive-patterns-course/src/app/app.module.ts
webpack: Failed to compile.

Are you gonna update the setup?

Branch stateless-services has invalid imports for angularfire2 database module.

Branch stateless-services contains invalid imports of angularfire2 modules. Running npm start yields the following errors:

ERROR in src/app/course-detail/course-detail.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.
src/app/home/home.component.ts(2,9): error TS2305:
Module '".../node_modules/angularfire2/index"' has no exported member 'AngularFireDatabase'.

Pull request #7 - fixes this

Cannot read property 'apply' of undefined

while trying to run the application, i am getting an error Uncaught TypeError: Cannot read property 'apply' of undefined"Cannot read property 'apply' of undefined"
in vendor.bundle.js:35669
I installed the modules using YARN. How to get rid of this issue.

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.