# ngMarkdownEditor **Repository Path**: techcave/ngMarkdownEditor ## Basic Information - **Project Name**: ngMarkdownEditor - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 一直想写一个Angular2+的分享,但是没有一个好的切入点。前段时间我向分享Chat的白宦成老师请教markdown的问题,他向我推荐Typora编辑器,我觉着这就是我一直想要的Markdown编辑器,于是我就想到了这个主题。当然,我的水平一时是难于写出Typora那样的编辑器的,但人生已经如此艰难,大家就不要拆穿了,我主要是想通过一个实际应用分享一下Angular(文中提到的Angular指的都是Angular2+,实际版本是Angular5)的开发过程,主要内容包括: - Angular项目建立 - Angular中的服务 - Angular中使用第三方传统库 - 打包桌面版本 - 制作一个安装程序 Angular项目的默认语言是TypeScript,如果你不太熟悉请看我的另外一个Chat:[TypeScript快速入门]() 本Chat的目录如下: ![目录](catalog.png) 了解Chat详细内容请扫码加入: ![Chat邀请卡](Chat.jpg) # 参考资料 1. [Typescript快速入门]() 2. [Kotlin开发SpringBoot之Data JPA]() # NgMDEditor This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.0. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build 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. ## Running unit tests 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/). ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).