An open API service indexing awesome lists of open source software.

https://github.com/mrxujiang/angulardemo

基于angular8搭建旅游路线项目
https://github.com/mrxujiang/angulardemo

Last synced: 3 months ago
JSON representation

基于angular8搭建旅游路线项目

Awesome Lists containing this project

README

          

## 构建

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## 运行单元测试

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## 学习总结
* 1. Angular8基本用法,架构
* 2. 使用百度地图API实现自己的地图应用
* 3. 解决调用百度地图API时的跨域问题
* 4. 对localStorage进行基础封装
* 5. material UI的使用