当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

angular-firebase-crud

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 燕博文
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Angular Firebase CRUD

This project is part of an Angular tutorial where we explore how to perform all CRUD operations in an Angular 7 application using cloud FireStore as a database.

Get the step by step free tutorial in https://angular-templates.io/tutorials/about/angular-crud-with-firebase

Please support this project by simply putting a Github star . �� Thanks

Installation

Run npm install to install all the required dependencies

Then run ng serve to start a dev server.Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Online Demo

You can try the online demo of this Angular 7 CRUD here.

Premium Starter Apps

If you want to build a complex and robust web app with Angular you should check Angular Site Template which is a super complete application to build your next angular project. It includes Bootstrap 4, Angular Universal (Server Side Rendering), SEO, Lazy Loading and a detailed documentation on how to get started building Angular apps. Tons of use cases implemented the Angular way such as authentication flows, product listing, filtering, forms, routing guards and more.

Free Angular examples

Find more Angular tutorials and starter apps in https://angular-templates.com

 相关资料
  • Todo app with Angular, AngularFire2, and Firebase A simple Todo app example built with Angular, Angular CLI and AngularFire2. The app features a Firebase backend with OAuth authentication. Try the dem

  • 我正在尝试基于以下模型获取Firebase文档属性: //用户-集合名称,uid-文档uid。 接下来,我将尝试使用以下代码行获取isAdmin属性: 在结果中我收到未定义的。 如何解决?我需要返回属性值,但我不知道如何执行。

  • 问题内容: 我的Firebase数据库中有一些条目,这些条目正试图显示在html页面上。console.log显示数据库中的子级,但未显示在页面上。这是我的代码: D B: 控制器: HTML: console.log显示 正确渲染,但不渲染任何东西。那么如何让每个人都显示在页面上? 问题答案: Firebase异步加载和监视数据。只要有(新的或更新的)数据,就会触发您的回调函数。不幸的是,那时A

  • 问题内容: 我正在尝试从远程Firebase服务器获取文件。 但是,如果我在浏览器中打开,则会加载json文件。即使我加载了json文件。但是通过角度返回未找到。 现在,远程文件具有以下结构: 可以使用$ http.get()而不是$ http.jsonp()来获取上述文件。JSONP无法解析具有上述结构的.json文件。我该如何解决? 问题答案: 您需要在传递给的URL中指定。 从Angular

  • 这是我的数据库在https://i.stack.imgur.com/3nZMn.png的照片 这是我用来在这个数据库中创建新用户的函数。它正在工作,但是缺少子集合。 有人有办法解决这个问题吗?

  • angularfire2和firebase的Angular5身份验证应用程序。该应用程序使用应用程序内链接导航效果良好。但是,如果我点击浏览器刷新,它会将我重定向回登录页面。即使是true,allowed也总是返回False,因为我成功登录了firebase。 AuthInfo AuthService AuthGuard