|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/create-a-basic-real-time-chat-app-with-angular4-and-firebase/
课程评论:没有评论
课程名称:使用Angular4和Firebase创建基本的实时聊天应用 课程概述:AngularJS是目前最受欢迎的JavaScript框架之一,用于创建Web应用程序。本课程为初学者提供了使用Angular4创建动态Web应用所需的技能。Firebase是一个数据库服务,为各类应用提供后端功能,包括免费的计划选项,允许实时数据下载和上传,并提供存储功能。Firebase的免费计划支持最多100个同时连接。将Firebase集成到应用中意味着无需编写后端服务器代码,同时支持Web和移动应用的部署。在本初学者课程中,我们将使用Angular 4和Firebase作为后端数据库服务器构建一个实时聊天应用。Angular允许应用扩展HTML库,使您学习如何为HTML添加行为,并提高应用的响应速度。 适合人群:本课程专为希望学习AngularJS的绝对初学者、初级开发者和初学者程序员设计。 前提条件:基本的HTML知识、基本的CSS知识和基本的JavaScript知识。 课程内容:您将学习如何设置开发环境,如何在Angular 4中创建新项目,如何生成和嵌套组件,如何使用基本模板和插值,如何定义外部HTML模板,如何使用*ngFor指令显示数组对象,如何在模板中使用条件语句,如何与组件交互,如何进行数据绑定,如何从应用连接到Firebase,如何在Firebase中存储和处理对象,如何将数据保存到Firebase数据库,以及如何使用Firebase支持的认证提供程序。
AngularJS is one of the most popular JavaScript framework available today for creating web applications. This beginners course provides you the skills needed to create dynamic web application using angular4. Firebase is database service that is used to provide backend functionality for applications big and small.Firebase has three types of plans including a free plan that allows you real time data download and upload limits and also storage facilities. Firebase on the free plan allow 100 simultaneous connections to your application.Firebase implementation in your application means you do not need to write any backend server code. It supports both web and mobile app deployments. In this beginner course we will be building a real time chat app with Angular 4 using firebase as a backend database server. Angular allows your application to have an expanded HTML library. Learn to add behaviour to your HTML and speed up your application's responsiveness. Who is This Course for?This course is aimed at absolute beginners who want learn about Angular Js.Beginner developersBeginner programmers Prerequisites Basic Knowledge of HTMLBasic Knowledge of CSSBasic Knowledge of JavaScript What You will learn: How to setup a development environment How to create a new project in angular 4How to generate componentsHow to nest componentsHow to use basic templatesHow to use interpolation with your templatesHow to define external HTML templatesHow to use *ngFor directives to display objects of an arrayHow to use conditional statements with your templatesHow to interact with componentsHow to data bindHow to connect to firebase from your appHow to store and work with objects in firebaseHow to save data to the firebase databaseHow to use firebase supported authenication providers