Open ravivit9 opened 7 years ago
Hi, Just wanted to touch base with regards to this ticket, will there an road map to support angularfire2 / firestore within the seed. Appreciate all the hard work done by the seed contributors.
Hey @ravivit9, the seed supports AngularFire2, it's only a matter of configuration. Since there are issues with higher priority (migration to Angular version 5 and support of ngc's watch mode), I'd recommend you to take a look at SystemJS' docs.
@mgechev, I understand the you guys are busy in stepping up the seed to next level.
Yes I agree it's a matter of configuration but that is core to our angular-seed and we if load the firebase and angularfire2 libraries in proj.config.js as above described it doesn't work. This is how I use to load the previous versions and other external dependencies like material design2 version.
So for time being do I need to use systemjs to load the external dependencies until a fix or wiki update can be made?
Thanks.
I am still getting the same problem. any solution?
I just pulled recent update of the seed after few months but I am still having an issue in including firebase, meanwhile I am progressing in my original repo of my project. Hopefully the seed will allow us to configure firebase and material design from project.config.js.
I tried using SystemJS route but that didn't worked out too.
I'm submitting a ... (check one with "x")
Current behavior With latest firebase and angularfire2 not working.
Expected behavior With latest firebase and angularfire2 seed must be working after including the 3rd party libraries as per wiki guidelines.
Minimal reproduction of the problem with instructions
Download NPM Modules
In project.config.ts
In app.module.ts
@NgModule({ imports: [BrowserModule, HttpModule, AppRoutingModule, AboutModule, HomeModule, SharedModule.forRoot(), AngularFireModule.initializeApp(FIREBASE_APP_CONFIG) ],
What is the motivation / use case for changing the behavior? To use latest version of firebase and angularfire2
Please tell us about your environment: Mac, npm,
Angular Seed Version:
ab4a987
ab4a987Node:
node --version
= 5.4.2