firebase - Why am I missing angular-cli-build.js? Do I have to use it? -


i trying build webpage using angular2, firebase 3 sdk , angularfire2. have gotten of these frameworks or sdks. have difficulties understanding functions in files systemjs.config, typings.json, tsconfig.json,packages.json , etc. think got understanding these files, i'm not confident enough configure of them project. followed angular2 tour of heroes tutorial , im trying transform angular2 tour of heroes web page own web page. trying use firebase 3.0 sdk instead of liteserver , in-memory-data.service, decided angularfire2 work firebase easier. watching several youtube videos (for example 1st , 2nd) angularfire2 , reading setup guide angularfire2 on github , noticed mentioning angular-cli-build.js file when setting projects. have looked through files , can't find here. file-structure looks

project |-app | |-html | | |-. | | |-all html files(templates) | | |-. | |-js | | |-. | | |-all js , map files(generated typescript) | | |-. | |-css | | |-. | | |-all css files templates | | |-. | |-. | |-all ts files | |-. |-node_modules |-typings |-gitignore |-index.html |-package.json |-readme.json |-styles.css |-systemjs.config.js |-tsconfig.js |-typings.js 

my question should using angular-cli-build? , if yes, why missing file though have followed official tutorial? (first link)

thank you! if more information needed answer, happy provide it.

p.s. i'm happy take advices considering angular2 , firebase 3.0 sdk.

i don't have reputation comment on answer, thought angular-cli-build.js no longer in use angular-cli using webpack instead of broccoli. (i'm still pretty new well, picking angular-cli @ start of week)


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -