markdown Angular_Firebase_basic

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Angular_Firebase_basic相关的知识,希望对你有一定的参考价值。

### Angular with Firebase Dependencies:


#### For Initializing Firebase into project :
```
npm i firebase --save
```
you might need to use cmd instead of gitbash while installing firebase as it does need python to run

#### AngularFire for ingerating firebase into Angular with the power of RXJS, Firebase, Storing data offline

```
npm install firebase @angular/fire --save
```
https://www.npmjs.com/package/@angular/fire

#### Optional Lib for bootstrap
```
npm install bootstrap
```

##### import bootstrap into style.css
```
@import "~bootstrap/dist/css/bootstrap.css";
```

### Angular-Bootstrap lib for using dom support for bootstrap in angular
```
npm install --save @ng-bootstrap/ng-bootstrap
```

以上是关于markdown Angular_Firebase_basic的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例