├── .editorconfig ├── .gitignore ├── .vscode ├── launch.json └── settings.json ├── LICENSE ├── README.md ├── config ├── github-deploy │ └── index.js ├── head-config.common.js ├── helpers.js ├── html-elements-plugin │ └── index.js ├── karma.conf.js ├── modules │ └── angular2-hmr-prod.js ├── protractor.conf.js ├── spec-bundle.js ├── webpack.common.js ├── webpack.dev.js ├── webpack.github-deploy.js ├── webpack.prod.js └── webpack.test.js ├── e2e ├── app.e2e-spec.ts ├── app.po.ts └── tsconfig.json ├── jsconfig.json ├── karma.conf.js ├── npm-shrinkwrap.json ├── package.json ├── protractor.conf.js ├── public ├── .gitignore └── .npmignore ├── src ├── app │ ├── _shared │ │ ├── _images │ │ │ ├── angular.svg │ │ │ ├── avatar.png │ │ │ └── icons │ │ │ │ ├── camera.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ └── external.svg │ │ ├── _shared.module.ts │ │ ├── api │ │ │ ├── articles │ │ │ │ ├── 00.开篇寄语:Angular —— 王者归来 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── trends.png │ │ │ │ │ └── wechat.jpg │ │ │ │ ├── 10.我为什么选择Angular 2 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── architecture.png │ │ │ │ │ ├── background.jpg │ │ │ │ │ ├── dependency-hell.png │ │ │ │ │ ├── high-speed.png │ │ │ │ │ ├── ikea.jpg │ │ │ │ │ ├── level-up.png │ │ │ │ │ ├── level-up.svg │ │ │ │ │ ├── life-cycle.gif │ │ │ │ │ ├── shortcut.jpg │ │ │ │ │ ├── upgrade.jpg │ │ │ │ │ └── w3c.png │ │ │ │ ├── 100.Angular 2的大小与性能 │ │ │ │ │ └── _index.md │ │ │ │ ├── 110.如何理解RxJS │ │ │ │ │ └── _index.md │ │ │ │ ├── 120.Angular 2 中的 Free Style Selector │ │ │ │ │ └── _index.md │ │ │ │ ├── 130.Angular 2中的路由 │ │ │ │ │ └── _index.md │ │ │ │ ├── 140.调查结果与后续计划 │ │ │ │ │ ├── _images │ │ │ │ │ │ ├── group.png │ │ │ │ │ │ ├── logo.png │ │ │ │ │ │ ├── q1.png │ │ │ │ │ │ ├── q2.png │ │ │ │ │ │ ├── q3.png │ │ │ │ │ │ ├── q4.png │ │ │ │ │ │ ├── q5.png │ │ │ │ │ │ ├── q6.png │ │ │ │ │ │ ├── q7.png │ │ │ │ │ │ ├── q8.png │ │ │ │ │ │ └── q9.png │ │ │ │ │ └── _index.md │ │ │ │ ├── 150.流言终结者!Angular的版本与发布 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── cycle.png │ │ │ │ │ ├── logo.png │ │ │ │ │ ├── schedule.png │ │ │ │ │ └── wechat.jpg │ │ │ │ ├── 160.AngularConnect 2016视频 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── logo.png │ │ │ │ │ └── sub-group.png │ │ │ │ ├── 161.TypeScript的新特性 │ │ │ │ │ └── _index.md │ │ │ │ ├── 170.Angular依赖注入机制与服务的作用范围 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── eager-load-module.png │ │ │ │ │ ├── lazy-load.png │ │ │ │ │ └── logo.png │ │ │ │ ├── 180.注解与装饰器的点点滴滴 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── logo.png │ │ │ │ ├── 190.杂谈:何不食肉糜? │ │ │ │ │ ├── _readme.md │ │ │ │ │ └── logo.png │ │ │ │ ├── 20.漫漫升级路……竟然这么简单 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── bagua.png │ │ │ │ │ ├── new.jpg │ │ │ │ │ ├── running.jpg │ │ │ │ │ ├── start.jpg │ │ │ │ │ └── upgrade.jpg │ │ │ │ ├── 200.如何选择合适的框架 │ │ │ │ │ ├── _readme.md │ │ │ │ │ └── logo.png │ │ │ │ ├── 210.杂谈:君子不器 │ │ │ │ │ ├── _readme.md │ │ │ │ │ └── logo.png │ │ │ │ ├── 220.Angular 2官方文档导读 │ │ │ │ │ └── _index.md │ │ │ │ ├── 230.如何工程化开发大型angular2项目 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── git.png │ │ │ │ ├── 231.如何工程化开发大型angular2项目(上篇续) │ │ │ │ │ ├── _index.md │ │ │ │ │ └── pic.png │ │ │ │ ├── 250.RxJS Overview阅读笔记 │ │ │ │ │ └── _index.md │ │ │ │ ├── 250.一个依赖注入小框架的实现 │ │ │ │ │ └── _index.md │ │ │ │ ├── 250.依赖注入简介 │ │ │ │ │ └── _index.md │ │ │ │ ├── 260.从ng1到ng2的平滑升级[1] │ │ │ │ │ └── _index.md │ │ │ │ ├── 270.从ng1到ng2的平滑升级[2] │ │ │ │ │ └── _index.md │ │ │ │ ├── 270.构建流式应用—RxJS详解 │ │ │ │ │ └── _index.md │ │ │ │ ├── 280.Angular2中的通信方式 │ │ │ │ │ └── _index.md │ │ │ │ ├── 280.如何优雅升级ng2小版本 │ │ │ │ │ └── _index.md │ │ │ │ ├── 290.Angular 2 中的 Structural Directive │ │ │ │ │ ├── _index.md │ │ │ │ │ └── ng_probe.png │ │ │ │ ├── 30.一括抵千言……Angular 2中的绑定 │ │ │ │ │ └── _index.md │ │ │ │ ├── 300.单例模式与Angular │ │ │ │ │ └── _index.md │ │ │ │ ├── 310.GDD大会Angular2优秀项目案例-任意门 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── chat.jpg │ │ │ │ ├── 310.ng-container introduction │ │ │ │ │ └── _index.md │ │ │ │ ├── 320.Angular 2 中的编译器与预编译(AoT)优化 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── aot-rendering.png │ │ │ │ │ ├── aot.png │ │ │ │ │ ├── jit-rendering.png │ │ │ │ │ └── jit.png │ │ │ │ ├── 40.组件与指令概述 │ │ │ │ │ └── _index.md │ │ │ │ ├── 50.弯道超车!后端程序员的Angular快速指南 │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── angular-1.png │ │ │ │ │ ├── angular-2.svg │ │ │ │ │ ├── competition.jpg │ │ │ │ │ ├── origin.jpg │ │ │ │ │ ├── team.jpg │ │ │ │ │ └── title.jpg │ │ │ │ ├── 60.表单的救赎 │ │ │ │ │ └── _index.md │ │ │ │ ├── 70.Angular 2技术选型指南 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── trends.png │ │ │ │ ├── 80.Angular 2的入门路径 │ │ │ │ │ └── _index.md │ │ │ │ ├── 80.Angular 和 TypeScript 是否为最佳实践? │ │ │ │ │ └── _index.md │ │ │ │ ├── 90.浅谈微信小程序与PWA │ │ │ │ │ ├── 01_PWA_start.png │ │ │ │ │ ├── 02_PWA_prompt.png │ │ │ │ │ ├── 03_PWA_accept.png │ │ │ │ │ ├── 04_PWA_homescreen.png │ │ │ │ │ ├── 05_PWA_launched.png │ │ │ │ │ ├── 06_PWA_launcher.png │ │ │ │ │ └── _index.md │ │ │ │ ├── index.ts │ │ │ │ └── timliu │ │ │ │ │ ├── a-simple-rxjs-test-spec │ │ │ │ │ └── _index.md │ │ │ │ │ ├── angular-versioning │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── angular-releases.png │ │ │ │ │ ├── angular2-versions.png │ │ │ │ │ ├── angular4-tentativeschedule.png │ │ │ │ │ └── semver.png │ │ │ │ │ ├── mock-redux-with-rxjs-episode-2-todo-app │ │ │ │ │ └── _index.md │ │ │ │ │ ├── mock-redux-with-rxjs │ │ │ │ │ └── _index.md │ │ │ │ │ ├── simple-accordion │ │ │ │ │ ├── _index.md │ │ │ │ │ └── screen-shot.png │ │ │ │ │ ├── simple-hmr │ │ │ │ │ └── _index.md │ │ │ │ │ ├── simple-javascript-event-loop-and-async │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── after-enter.png │ │ │ │ │ ├── after-line3.png │ │ │ │ │ └── async-checkbox.png │ │ │ │ │ ├── simple-mutability │ │ │ │ │ └── _index.md │ │ │ │ │ ├── simple-prototype-chain │ │ │ │ │ └── _index.md │ │ │ │ │ └── simple-rxjs │ │ │ │ │ └── _index.md │ │ │ ├── authors │ │ │ │ ├── 10.雪狼.md │ │ │ │ ├── 20.余泽江.md │ │ │ │ ├── 20.袁志.md │ │ │ │ ├── 250.丁乐华.md │ │ │ │ ├── 260.王開寧.md │ │ │ │ ├── 270.木丁糖.md │ │ │ │ ├── 280.易sense.md │ │ │ │ ├── 66.王传业.md │ │ │ │ ├── 67.大炮.md │ │ │ │ ├── Tim刘.md │ │ │ │ ├── VTHINKXIE.md │ │ │ │ ├── _images │ │ │ │ │ ├── 250.丁乐华.jpg │ │ │ │ │ ├── 260.王開寧.jpg │ │ │ │ │ ├── Tim刘.png │ │ │ │ │ ├── VTHINKXIE.jpg │ │ │ │ │ ├── 余泽江.jpg │ │ │ │ │ ├── 易sense.jpg │ │ │ │ │ ├── 木丁糖.jpg │ │ │ │ │ ├── 王传业.jpg │ │ │ │ │ ├── 袁志.jpg │ │ │ │ │ └── 雪狼.jpg │ │ │ │ └── index.ts │ │ │ ├── books │ │ │ │ ├── AngularJS深度剖析与最佳实践 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── cover.jpg │ │ │ │ ├── index.ts │ │ │ │ └── ng-book2 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── cover.png │ │ │ ├── columns │ │ │ │ ├── _images │ │ │ │ │ ├── snowwolf.jpg │ │ │ │ │ └── trotyl.jpg │ │ │ │ └── index.ts │ │ │ ├── index.ts │ │ │ ├── news │ │ │ │ ├── 10.Angular 2 Final即将到来 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── final.svg │ │ │ │ ├── 20.Angular 2正式发布 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── homepage.png │ │ │ │ └── index.ts │ │ │ ├── partners │ │ │ │ ├── _images │ │ │ │ │ ├── angular.svg │ │ │ │ │ └── tw-insights.jpg │ │ │ │ └── index.ts │ │ │ ├── resources │ │ │ │ ├── 10.prime-ng │ │ │ │ │ ├── _index.md │ │ │ │ │ └── logo.svg │ │ │ │ ├── 20.fuel-ui │ │ │ │ │ ├── _index.md │ │ │ │ │ └── logo.png │ │ │ │ ├── 30.awesome │ │ │ │ │ ├── _index.md │ │ │ │ │ ├── badge.svg │ │ │ │ │ └── logo.png │ │ │ │ └── index.ts │ │ │ ├── showcases │ │ │ │ ├── 10.ifish简介 │ │ │ │ │ ├── _images │ │ │ │ │ │ └── ifish.svg │ │ │ │ │ └── _index.md │ │ │ │ ├── 20.Angular BBS简介 │ │ │ │ │ ├── _index.md │ │ │ │ │ └── logo.svg │ │ │ │ └── index.ts │ │ │ └── threads │ │ │ │ ├── 10.欢迎您!陌生的旅者.md │ │ │ │ ├── 20.悬赏!哥德巴赫猜想.md │ │ │ │ ├── 30.Angular 2路由问题.md │ │ │ │ ├── _images │ │ │ │ └── wizard.svg │ │ │ │ └── index.ts │ │ ├── components │ │ │ ├── base │ │ │ │ └── page.component.ts │ │ │ ├── html │ │ │ │ ├── viewer.component.html │ │ │ │ ├── viewer.component.scss │ │ │ │ └── viewer.component.ts │ │ │ ├── index.ts │ │ │ ├── layout │ │ │ │ ├── nav.component.html │ │ │ │ ├── nav.component.scss │ │ │ │ └── nav.component.ts │ │ │ └── menu │ │ │ │ ├── list.component.html │ │ │ │ ├── list.component.scss │ │ │ │ └── list.component.ts │ │ ├── index.ts │ │ ├── models │ │ │ ├── article.ts │ │ │ ├── author.ts │ │ │ ├── book.ts │ │ │ ├── column.ts │ │ │ ├── index.ts │ │ │ ├── link.ts │ │ │ ├── menu-item.ts │ │ │ ├── partner.ts │ │ │ ├── showcase.ts │ │ │ └── thread.ts │ │ ├── operators │ │ │ ├── index.ts │ │ │ └── match-by-id.ts │ │ ├── pipes │ │ │ ├── index.ts │ │ │ └── trust-as-img-url.ts │ │ ├── services │ │ │ ├── auth.ts │ │ │ ├── change-title.ts │ │ │ └── index.ts │ │ ├── styles │ │ │ ├── _app.scss │ │ │ ├── _bootstrap-extends.scss │ │ │ ├── _bootstrap.scss │ │ │ ├── _common.scss │ │ │ ├── _material.scss │ │ │ ├── _mixins.scss │ │ │ └── _variables.scss │ │ └── utils │ │ │ └── index.ts │ ├── about │ │ ├── _README.md │ │ ├── _about-routing.module.ts │ │ ├── _about.module.ts │ │ ├── _images │ │ │ ├── about.svg │ │ │ ├── angular.svg │ │ │ ├── books.svg │ │ │ ├── chevron-right.svg │ │ │ ├── handshake.svg │ │ │ └── showcase.svg │ │ ├── book │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ ├── home.component.html │ │ ├── home.component.scss │ │ ├── home.component.ts │ │ ├── index.ts │ │ ├── join.component.html │ │ ├── join.component.scss │ │ ├── join.component.ts │ │ ├── showcase │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ ├── site.component.jade │ │ ├── site.component.scss │ │ ├── site.component.ts │ │ ├── us.component.html │ │ ├── us.component.scss │ │ └── us.component.ts │ ├── app-routing.module.ts │ ├── app.component.html │ ├── app.component.scss │ ├── app.component.spec.ts │ ├── app.component.ts │ ├── app.module.ts │ ├── bbs │ │ ├── _bbs-routing.module.ts │ │ ├── _bbs.module.ts │ │ ├── _images │ │ │ └── ask.svg │ │ ├── home.component.html │ │ ├── home.component.scss │ │ ├── home.component.ts │ │ ├── index.ts │ │ └── thread │ │ │ ├── _README.md │ │ │ ├── _images │ │ │ ├── add.svg │ │ │ └── ask.svg │ │ │ ├── create.component.html │ │ │ ├── create.component.scss │ │ │ ├── create.component.ts │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── nav.component.html │ │ │ ├── nav.component.scss │ │ │ ├── nav.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ ├── environments │ │ ├── environment.dev.ts │ │ ├── environment.prod.ts │ │ └── environment.ts │ ├── index.ts │ ├── lean-ng-module-loader.ts │ ├── library │ │ ├── _README.md │ │ ├── _images │ │ │ ├── articles.svg │ │ │ ├── ask.svg │ │ │ ├── external.svg │ │ │ ├── news.svg │ │ │ ├── professional.svg │ │ │ ├── radar.svg │ │ │ └── wechat.jpg │ │ ├── _library-routing.module.ts │ │ ├── _library.module.ts │ │ ├── article │ │ │ ├── _README.md │ │ │ ├── _images │ │ │ │ ├── chevron-left.svg │ │ │ │ ├── chevron-right.svg │ │ │ │ └── devrel.png │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ ├── author │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ ├── column │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ ├── home.component.html │ │ ├── home.component.scss │ │ ├── home.component.ts │ │ ├── news │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ ├── show.component.ts │ │ │ ├── trend.component.html │ │ │ ├── trend.component.scss │ │ │ └── trend.component.ts │ │ ├── partner │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ │ └── resource │ │ │ ├── _README.md │ │ │ ├── details.component.html │ │ │ ├── details.component.scss │ │ │ ├── details.component.ts │ │ │ ├── home.component.html │ │ │ ├── home.component.scss │ │ │ ├── home.component.ts │ │ │ ├── index.ts │ │ │ ├── list.component.html │ │ │ ├── list.component.scss │ │ │ ├── list.component.ts │ │ │ ├── show.component.html │ │ │ ├── show.component.scss │ │ │ └── show.component.ts │ ├── not-found │ │ ├── index.ts │ │ └── not-found.component.ts │ └── user │ │ ├── _README.md │ │ ├── _user-routing.module.ts │ │ ├── _user.module.ts │ │ ├── home.component.html │ │ ├── home.component.scss │ │ ├── home.component.ts │ │ ├── index.ts │ │ ├── login.component.html │ │ ├── login.component.scss │ │ └── login.component.ts ├── custom-typings.d.ts ├── favicon.ico ├── index.html ├── main.scss ├── main.ts ├── polyfills.ts ├── test.ts └── vendor.ts ├── tsconfig.json ├── tslint.json ├── typedoc.json ├── webpack.config.js └── yarn.lock /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/README.md -------------------------------------------------------------------------------- /config/github-deploy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/github-deploy/index.js -------------------------------------------------------------------------------- /config/head-config.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/head-config.common.js -------------------------------------------------------------------------------- /config/helpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/helpers.js -------------------------------------------------------------------------------- /config/html-elements-plugin/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/html-elements-plugin/index.js -------------------------------------------------------------------------------- /config/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/karma.conf.js -------------------------------------------------------------------------------- /config/modules/angular2-hmr-prod.js: -------------------------------------------------------------------------------- 1 | exports.HmrState = function() { 2 | 3 | }; 4 | -------------------------------------------------------------------------------- /config/protractor.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/protractor.conf.js -------------------------------------------------------------------------------- /config/spec-bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/spec-bundle.js -------------------------------------------------------------------------------- /config/webpack.common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/webpack.common.js -------------------------------------------------------------------------------- /config/webpack.dev.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/webpack.dev.js -------------------------------------------------------------------------------- /config/webpack.github-deploy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/webpack.github-deploy.js -------------------------------------------------------------------------------- /config/webpack.prod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/webpack.prod.js -------------------------------------------------------------------------------- /config/webpack.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/config/webpack.test.js -------------------------------------------------------------------------------- /e2e/app.e2e-spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/e2e/app.e2e-spec.ts -------------------------------------------------------------------------------- /e2e/app.po.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/e2e/app.po.ts -------------------------------------------------------------------------------- /e2e/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/e2e/tsconfig.json -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/jsconfig.json -------------------------------------------------------------------------------- /karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/karma.conf.js -------------------------------------------------------------------------------- /npm-shrinkwrap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/npm-shrinkwrap.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/package.json -------------------------------------------------------------------------------- /protractor.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/protractor.conf.js -------------------------------------------------------------------------------- /public/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/.npmignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/_shared/_images/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_images/angular.svg -------------------------------------------------------------------------------- /src/app/_shared/_images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_images/avatar.png -------------------------------------------------------------------------------- /src/app/_shared/_images/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_images/icons/camera.svg -------------------------------------------------------------------------------- /src/app/_shared/_images/icons/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_images/icons/chevron-right.svg -------------------------------------------------------------------------------- /src/app/_shared/_images/icons/external.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_images/icons/external.svg -------------------------------------------------------------------------------- /src/app/_shared/_shared.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/_shared.module.ts -------------------------------------------------------------------------------- /src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/trends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/trends.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/00.开篇寄语:Angular —— 王者归来/wechat.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/architecture.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/background.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/dependency-hell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/dependency-hell.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/high-speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/high-speed.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/ikea.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/ikea.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/level-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/level-up.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/level-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/level-up.svg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/life-cycle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/life-cycle.gif -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/shortcut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/shortcut.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/upgrade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/upgrade.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/10.我为什么选择Angular 2/w3c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/10.我为什么选择Angular 2/w3c.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/100.Angular 2的大小与性能/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/100.Angular 2的大小与性能/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/110.如何理解RxJS/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/110.如何理解RxJS/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/120.Angular 2 中的 Free Style Selector/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/120.Angular 2 中的 Free Style Selector/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/130.Angular 2中的路由/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/130.Angular 2中的路由/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/group.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q1.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q2.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q3.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q4.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q5.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q6.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q7.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q8.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_images/q9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_images/q9.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/140.调查结果与后续计划/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/140.调查结果与后续计划/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/cycle.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/schedule.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/150.流言终结者!Angular的版本与发布/wechat.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/160.AngularConnect 2016视频/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/160.AngularConnect 2016视频/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/160.AngularConnect 2016视频/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/160.AngularConnect 2016视频/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/160.AngularConnect 2016视频/sub-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/160.AngularConnect 2016视频/sub-group.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/161.TypeScript的新特性/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/161.TypeScript的新特性/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/eager-load-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/eager-load-module.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/lazy-load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/lazy-load.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/170.Angular依赖注入机制与服务的作用范围/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/180.注解与装饰器的点点滴滴/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/180.注解与装饰器的点点滴滴/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/180.注解与装饰器的点点滴滴/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/180.注解与装饰器的点点滴滴/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/190.杂谈:何不食肉糜?/_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/190.杂谈:何不食肉糜?/_readme.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/190.杂谈:何不食肉糜?/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/190.杂谈:何不食肉糜?/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/bagua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/bagua.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/new.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/running.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/running.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/start.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/start.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/upgrade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/20.漫漫升级路……竟然这么简单/upgrade.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/200.如何选择合适的框架/_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/200.如何选择合适的框架/_readme.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/200.如何选择合适的框架/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/200.如何选择合适的框架/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/210.杂谈:君子不器/_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/210.杂谈:君子不器/_readme.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/210.杂谈:君子不器/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/210.杂谈:君子不器/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/220.Angular 2官方文档导读/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/220.Angular 2官方文档导读/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/230.如何工程化开发大型angular2项目/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/230.如何工程化开发大型angular2项目/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/230.如何工程化开发大型angular2项目/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/230.如何工程化开发大型angular2项目/git.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/231.如何工程化开发大型angular2项目(上篇续)/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/231.如何工程化开发大型angular2项目(上篇续)/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/231.如何工程化开发大型angular2项目(上篇续)/pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/231.如何工程化开发大型angular2项目(上篇续)/pic.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/250.RxJS Overview阅读笔记/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/250.RxJS Overview阅读笔记/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/250.一个依赖注入小框架的实现/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/250.一个依赖注入小框架的实现/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/250.依赖注入简介/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/250.依赖注入简介/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/260.从ng1到ng2的平滑升级[1]/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/260.从ng1到ng2的平滑升级[1]/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/270.从ng1到ng2的平滑升级[2]/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/270.从ng1到ng2的平滑升级[2]/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/270.构建流式应用—RxJS详解/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/270.构建流式应用—RxJS详解/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/280.Angular2中的通信方式/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/280.Angular2中的通信方式/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/280.如何优雅升级ng2小版本/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/280.如何优雅升级ng2小版本/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/290.Angular 2 中的 Structural Directive/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/290.Angular 2 中的 Structural Directive/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/290.Angular 2 中的 Structural Directive/ng_probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/290.Angular 2 中的 Structural Directive/ng_probe.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/30.一括抵千言……Angular 2中的绑定/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/30.一括抵千言……Angular 2中的绑定/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/300.单例模式与Angular/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/300.单例模式与Angular/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/310.GDD大会Angular2优秀项目案例-任意门/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/310.GDD大会Angular2优秀项目案例-任意门/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/310.GDD大会Angular2优秀项目案例-任意门/chat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/310.GDD大会Angular2优秀项目案例-任意门/chat.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/310.ng-container introduction/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/310.ng-container introduction/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/aot-rendering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/aot-rendering.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/aot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/aot.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/jit-rendering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/jit-rendering.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/jit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/320.Angular 2 中的编译器与预编译(AoT)优化/jit.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/40.组件与指令概述/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/40.组件与指令概述/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/angular-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/angular-1.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/angular-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/angular-2.svg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/competition.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/competition.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/origin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/origin.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/team.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/title.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/50.弯道超车!后端程序员的Angular快速指南/title.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/articles/60.表单的救赎/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/60.表单的救赎/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/70.Angular 2技术选型指南/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/70.Angular 2技术选型指南/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/70.Angular 2技术选型指南/trends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/70.Angular 2技术选型指南/trends.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/80.Angular 2的入门路径/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/80.Angular 2的入门路径/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/80.Angular 和 TypeScript 是否为最佳实践?/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/80.Angular 和 TypeScript 是否为最佳实践?/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/01_PWA_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/01_PWA_start.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/02_PWA_prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/02_PWA_prompt.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/03_PWA_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/03_PWA_accept.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/04_PWA_homescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/04_PWA_homescreen.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/05_PWA_launched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/05_PWA_launched.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/06_PWA_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/06_PWA_launcher.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/90.浅谈微信小程序与PWA/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/90.浅谈微信小程序与PWA/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/a-simple-rxjs-test-spec/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/a-simple-rxjs-test-spec/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/angular-versioning/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/angular-versioning/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/angular-versioning/angular-releases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/angular-versioning/angular-releases.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/angular-versioning/angular2-versions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/angular-versioning/angular2-versions.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/angular-versioning/angular4-tentativeschedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/angular-versioning/angular4-tentativeschedule.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/angular-versioning/semver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/angular-versioning/semver.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/mock-redux-with-rxjs-episode-2-todo-app/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/mock-redux-with-rxjs-episode-2-todo-app/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/mock-redux-with-rxjs/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/mock-redux-with-rxjs/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-accordion/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-accordion/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-accordion/screen-shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-accordion/screen-shot.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-hmr/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-hmr/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/after-enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/after-enter.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/after-line3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/after-line3.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/async-checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-javascript-event-loop-and-async/async-checkbox.png -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-mutability/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-mutability/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-prototype-chain/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-prototype-chain/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/articles/timliu/simple-rxjs/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/articles/timliu/simple-rxjs/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/10.雪狼.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/10.雪狼.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/20.余泽江.md: -------------------------------------------------------------------------------- 1 | No one. 2 | -------------------------------------------------------------------------------- /src/app/_shared/api/authors/20.袁志.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/20.袁志.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/250.丁乐华.md: -------------------------------------------------------------------------------- 1 | - 吭哧吭哧的前端学习者 2 | 3 | - 爱好计算机、经济解释、音乐、徒步 -------------------------------------------------------------------------------- /src/app/_shared/api/authors/260.王開寧.md: -------------------------------------------------------------------------------- 1 | - 任性跳入前端坑,偶尔也涉足一些Java或Node的后端代码 2 | 3 | - [基本不更新的个人主页](http://twincle.github.io/) -------------------------------------------------------------------------------- /src/app/_shared/api/authors/270.木丁糖.md: -------------------------------------------------------------------------------- 1 | - ng爱好者 2 | - Android从业者 -------------------------------------------------------------------------------- /src/app/_shared/api/authors/280.易sense.md: -------------------------------------------------------------------------------- 1 | - angular程序员 2 | 3 | - 前端\摄影\篮球 4 | 5 | - [个人主页](http://www.jianshu.com/users/d0244c5326c5/latest_articles) 6 | -------------------------------------------------------------------------------- /src/app/_shared/api/authors/66.王传业.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/66.王传业.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/67.大炮.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/67.大炮.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/Tim刘.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/Tim刘.md -------------------------------------------------------------------------------- /src/app/_shared/api/authors/VTHINKXIE.md: -------------------------------------------------------------------------------- 1 | -http://weibo.com/vthinkxie 2 | -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/250.丁乐华.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/250.丁乐华.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/260.王開寧.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/260.王開寧.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/Tim刘.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/Tim刘.png -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/VTHINKXIE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/VTHINKXIE.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/余泽江.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/余泽江.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/易sense.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/易sense.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/木丁糖.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/木丁糖.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/王传业.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/王传业.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/袁志.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/袁志.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/_images/雪狼.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/_images/雪狼.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/authors/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/authors/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/books/AngularJS深度剖析与最佳实践/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/books/AngularJS深度剖析与最佳实践/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/books/AngularJS深度剖析与最佳实践/cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/books/AngularJS深度剖析与最佳实践/cover.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/books/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/books/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/books/ng-book2/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/books/ng-book2/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/books/ng-book2/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/books/ng-book2/cover.png -------------------------------------------------------------------------------- /src/app/_shared/api/columns/_images/snowwolf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/columns/_images/snowwolf.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/columns/_images/trotyl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/columns/_images/trotyl.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/columns/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/columns/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/news/10.Angular 2 Final即将到来/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/news/10.Angular 2 Final即将到来/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/news/10.Angular 2 Final即将到来/final.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/news/10.Angular 2 Final即将到来/final.svg -------------------------------------------------------------------------------- /src/app/_shared/api/news/20.Angular 2正式发布/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/news/20.Angular 2正式发布/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/news/20.Angular 2正式发布/homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/news/20.Angular 2正式发布/homepage.png -------------------------------------------------------------------------------- /src/app/_shared/api/news/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/news/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/partners/_images/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/partners/_images/angular.svg -------------------------------------------------------------------------------- /src/app/_shared/api/partners/_images/tw-insights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/partners/_images/tw-insights.jpg -------------------------------------------------------------------------------- /src/app/_shared/api/partners/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/partners/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/resources/10.prime-ng/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/10.prime-ng/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/resources/10.prime-ng/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/10.prime-ng/logo.svg -------------------------------------------------------------------------------- /src/app/_shared/api/resources/20.fuel-ui/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/20.fuel-ui/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/resources/20.fuel-ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/20.fuel-ui/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/resources/30.awesome/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/30.awesome/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/resources/30.awesome/badge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/30.awesome/badge.svg -------------------------------------------------------------------------------- /src/app/_shared/api/resources/30.awesome/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/30.awesome/logo.png -------------------------------------------------------------------------------- /src/app/_shared/api/resources/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/resources/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/showcases/10.ifish简介/_images/ifish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/showcases/10.ifish简介/_images/ifish.svg -------------------------------------------------------------------------------- /src/app/_shared/api/showcases/10.ifish简介/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/showcases/10.ifish简介/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/showcases/20.Angular BBS简介/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/showcases/20.Angular BBS简介/_index.md -------------------------------------------------------------------------------- /src/app/_shared/api/showcases/20.Angular BBS简介/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/showcases/20.Angular BBS简介/logo.svg -------------------------------------------------------------------------------- /src/app/_shared/api/showcases/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/showcases/index.ts -------------------------------------------------------------------------------- /src/app/_shared/api/threads/10.欢迎您!陌生的旅者.md: -------------------------------------------------------------------------------- 1 | # 欢迎您!陌生的旅者! 2 | 3 | 能迎来您这样一位勇士是本社区的荣幸! 4 | 5 | ---- 6 | 7 | **NPC模式结束** 8 | 9 | -------------------------------------------------------------------------------- /src/app/_shared/api/threads/20.悬赏!哥德巴赫猜想.md: -------------------------------------------------------------------------------- 1 | 悬赏征求哥德巴赫猜想的证明! -------------------------------------------------------------------------------- /src/app/_shared/api/threads/30.Angular 2路由问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/threads/30.Angular 2路由问题.md -------------------------------------------------------------------------------- /src/app/_shared/api/threads/_images/wizard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/threads/_images/wizard.svg -------------------------------------------------------------------------------- /src/app/_shared/api/threads/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/api/threads/index.ts -------------------------------------------------------------------------------- /src/app/_shared/components/base/page.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/base/page.component.ts -------------------------------------------------------------------------------- /src/app/_shared/components/html/viewer.component.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /src/app/_shared/components/html/viewer.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/html/viewer.component.scss -------------------------------------------------------------------------------- /src/app/_shared/components/html/viewer.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/html/viewer.component.ts -------------------------------------------------------------------------------- /src/app/_shared/components/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/index.ts -------------------------------------------------------------------------------- /src/app/_shared/components/layout/nav.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/layout/nav.component.html -------------------------------------------------------------------------------- /src/app/_shared/components/layout/nav.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/layout/nav.component.scss -------------------------------------------------------------------------------- /src/app/_shared/components/layout/nav.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/layout/nav.component.ts -------------------------------------------------------------------------------- /src/app/_shared/components/menu/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/menu/list.component.html -------------------------------------------------------------------------------- /src/app/_shared/components/menu/list.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/menu/list.component.scss -------------------------------------------------------------------------------- /src/app/_shared/components/menu/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/components/menu/list.component.ts -------------------------------------------------------------------------------- /src/app/_shared/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/index.ts -------------------------------------------------------------------------------- /src/app/_shared/models/article.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/article.ts -------------------------------------------------------------------------------- /src/app/_shared/models/author.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/author.ts -------------------------------------------------------------------------------- /src/app/_shared/models/book.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/book.ts -------------------------------------------------------------------------------- /src/app/_shared/models/column.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/column.ts -------------------------------------------------------------------------------- /src/app/_shared/models/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/index.ts -------------------------------------------------------------------------------- /src/app/_shared/models/link.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/link.ts -------------------------------------------------------------------------------- /src/app/_shared/models/menu-item.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/menu-item.ts -------------------------------------------------------------------------------- /src/app/_shared/models/partner.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/partner.ts -------------------------------------------------------------------------------- /src/app/_shared/models/showcase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/showcase.ts -------------------------------------------------------------------------------- /src/app/_shared/models/thread.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/models/thread.ts -------------------------------------------------------------------------------- /src/app/_shared/operators/index.ts: -------------------------------------------------------------------------------- 1 | export * from './match-by-id'; 2 | -------------------------------------------------------------------------------- /src/app/_shared/operators/match-by-id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/operators/match-by-id.ts -------------------------------------------------------------------------------- /src/app/_shared/pipes/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/pipes/index.ts -------------------------------------------------------------------------------- /src/app/_shared/pipes/trust-as-img-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/pipes/trust-as-img-url.ts -------------------------------------------------------------------------------- /src/app/_shared/services/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/services/auth.ts -------------------------------------------------------------------------------- /src/app/_shared/services/change-title.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/services/change-title.ts -------------------------------------------------------------------------------- /src/app/_shared/services/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/services/index.ts -------------------------------------------------------------------------------- /src/app/_shared/styles/_app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_app.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_bootstrap-extends.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_bootstrap-extends.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_bootstrap.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_bootstrap.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_common.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_common.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_material.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_material.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_mixins.scss -------------------------------------------------------------------------------- /src/app/_shared/styles/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/styles/_variables.scss -------------------------------------------------------------------------------- /src/app/_shared/utils/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/_shared/utils/index.ts -------------------------------------------------------------------------------- /src/app/about/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/about/_about-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_about-routing.module.ts -------------------------------------------------------------------------------- /src/app/about/_about.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_about.module.ts -------------------------------------------------------------------------------- /src/app/about/_images/about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/about.svg -------------------------------------------------------------------------------- /src/app/about/_images/angular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/angular.svg -------------------------------------------------------------------------------- /src/app/about/_images/books.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/books.svg -------------------------------------------------------------------------------- /src/app/about/_images/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/chevron-right.svg -------------------------------------------------------------------------------- /src/app/about/_images/handshake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/handshake.svg -------------------------------------------------------------------------------- /src/app/about/_images/showcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/_images/showcase.svg -------------------------------------------------------------------------------- /src/app/about/book/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/about/book/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/details.component.html -------------------------------------------------------------------------------- /src/app/about/book/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/details.component.scss -------------------------------------------------------------------------------- /src/app/about/book/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/details.component.ts -------------------------------------------------------------------------------- /src/app/about/book/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/home.component.html -------------------------------------------------------------------------------- /src/app/about/book/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/book/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/home.component.ts -------------------------------------------------------------------------------- /src/app/about/book/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/index.ts -------------------------------------------------------------------------------- /src/app/about/book/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/list.component.html -------------------------------------------------------------------------------- /src/app/about/book/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/book/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/list.component.ts -------------------------------------------------------------------------------- /src/app/about/book/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/show.component.html -------------------------------------------------------------------------------- /src/app/about/book/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/book/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/book/show.component.ts -------------------------------------------------------------------------------- /src/app/about/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/home.component.html -------------------------------------------------------------------------------- /src/app/about/home.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/home.component.scss -------------------------------------------------------------------------------- /src/app/about/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/home.component.ts -------------------------------------------------------------------------------- /src/app/about/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/index.ts -------------------------------------------------------------------------------- /src/app/about/join.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/join.component.html -------------------------------------------------------------------------------- /src/app/about/join.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/join.component.scss -------------------------------------------------------------------------------- /src/app/about/join.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/join.component.ts -------------------------------------------------------------------------------- /src/app/about/showcase/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/about/showcase/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/details.component.html -------------------------------------------------------------------------------- /src/app/about/showcase/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/details.component.scss -------------------------------------------------------------------------------- /src/app/about/showcase/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/details.component.ts -------------------------------------------------------------------------------- /src/app/about/showcase/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/home.component.html -------------------------------------------------------------------------------- /src/app/about/showcase/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/showcase/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/home.component.ts -------------------------------------------------------------------------------- /src/app/about/showcase/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/index.ts -------------------------------------------------------------------------------- /src/app/about/showcase/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/list.component.html -------------------------------------------------------------------------------- /src/app/about/showcase/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/showcase/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/list.component.ts -------------------------------------------------------------------------------- /src/app/about/showcase/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/show.component.html -------------------------------------------------------------------------------- /src/app/about/showcase/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/showcase/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/showcase/show.component.ts -------------------------------------------------------------------------------- /src/app/about/site.component.jade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/site.component.jade -------------------------------------------------------------------------------- /src/app/about/site.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/about/site.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/site.component.ts -------------------------------------------------------------------------------- /src/app/about/us.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/us.component.html -------------------------------------------------------------------------------- /src/app/about/us.component.scss: -------------------------------------------------------------------------------- 1 | @import "../_shared/styles/common"; 2 | 3 | :host { 4 | display: block; 5 | } 6 | -------------------------------------------------------------------------------- /src/app/about/us.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/about/us.component.ts -------------------------------------------------------------------------------- /src/app/app-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app-routing.module.ts -------------------------------------------------------------------------------- /src/app/app.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app.component.html -------------------------------------------------------------------------------- /src/app/app.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app.component.scss -------------------------------------------------------------------------------- /src/app/app.component.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app.component.spec.ts -------------------------------------------------------------------------------- /src/app/app.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app.component.ts -------------------------------------------------------------------------------- /src/app/app.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/app.module.ts -------------------------------------------------------------------------------- /src/app/bbs/_bbs-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/_bbs-routing.module.ts -------------------------------------------------------------------------------- /src/app/bbs/_bbs.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/_bbs.module.ts -------------------------------------------------------------------------------- /src/app/bbs/_images/ask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/_images/ask.svg -------------------------------------------------------------------------------- /src/app/bbs/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/home.component.html -------------------------------------------------------------------------------- /src/app/bbs/home.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/home.component.scss -------------------------------------------------------------------------------- /src/app/bbs/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/home.component.ts -------------------------------------------------------------------------------- /src/app/bbs/index.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/bbs/thread/_README.md: -------------------------------------------------------------------------------- 1 | 作者信息 -------------------------------------------------------------------------------- /src/app/bbs/thread/_images/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/_images/add.svg -------------------------------------------------------------------------------- /src/app/bbs/thread/_images/ask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/_images/ask.svg -------------------------------------------------------------------------------- /src/app/bbs/thread/create.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/create.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/create.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/create.component.scss -------------------------------------------------------------------------------- /src/app/bbs/thread/create.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/create.component.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/details.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/details.component.scss -------------------------------------------------------------------------------- /src/app/bbs/thread/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/details.component.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/home.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | padding-top: 1rem; 4 | } 5 | -------------------------------------------------------------------------------- /src/app/bbs/thread/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/home.component.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/index.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/list.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/bbs/thread/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/list.component.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/nav.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/nav.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/nav.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/nav.component.scss -------------------------------------------------------------------------------- /src/app/bbs/thread/nav.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/nav.component.ts -------------------------------------------------------------------------------- /src/app/bbs/thread/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/show.component.html -------------------------------------------------------------------------------- /src/app/bbs/thread/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/bbs/thread/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/bbs/thread/show.component.ts -------------------------------------------------------------------------------- /src/app/environments/environment.dev.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | production: false 3 | }; 4 | -------------------------------------------------------------------------------- /src/app/environments/environment.prod.ts: -------------------------------------------------------------------------------- 1 | export const environment = { 2 | production: true 3 | }; 4 | -------------------------------------------------------------------------------- /src/app/environments/environment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/environments/environment.ts -------------------------------------------------------------------------------- /src/app/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/index.ts -------------------------------------------------------------------------------- /src/app/lean-ng-module-loader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/lean-ng-module-loader.ts -------------------------------------------------------------------------------- /src/app/library/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/_images/articles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/articles.svg -------------------------------------------------------------------------------- /src/app/library/_images/ask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/ask.svg -------------------------------------------------------------------------------- /src/app/library/_images/external.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/external.svg -------------------------------------------------------------------------------- /src/app/library/_images/news.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/news.svg -------------------------------------------------------------------------------- /src/app/library/_images/professional.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/professional.svg -------------------------------------------------------------------------------- /src/app/library/_images/radar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/radar.svg -------------------------------------------------------------------------------- /src/app/library/_images/wechat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_images/wechat.jpg -------------------------------------------------------------------------------- /src/app/library/_library-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_library-routing.module.ts -------------------------------------------------------------------------------- /src/app/library/_library.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/_library.module.ts -------------------------------------------------------------------------------- /src/app/library/article/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/article/_images/chevron-left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/_images/chevron-left.svg -------------------------------------------------------------------------------- /src/app/library/article/_images/chevron-right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/_images/chevron-right.svg -------------------------------------------------------------------------------- /src/app/library/article/_images/devrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/_images/devrel.png -------------------------------------------------------------------------------- /src/app/library/article/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/details.component.html -------------------------------------------------------------------------------- /src/app/library/article/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/details.component.scss -------------------------------------------------------------------------------- /src/app/library/article/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/details.component.ts -------------------------------------------------------------------------------- /src/app/library/article/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/home.component.html -------------------------------------------------------------------------------- /src/app/library/article/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/article/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/home.component.ts -------------------------------------------------------------------------------- /src/app/library/article/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/index.ts -------------------------------------------------------------------------------- /src/app/library/article/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/list.component.html -------------------------------------------------------------------------------- /src/app/library/article/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/article/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/list.component.ts -------------------------------------------------------------------------------- /src/app/library/article/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/show.component.html -------------------------------------------------------------------------------- /src/app/library/article/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/article/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/article/show.component.ts -------------------------------------------------------------------------------- /src/app/library/author/_README.md: -------------------------------------------------------------------------------- 1 | 作者信息 -------------------------------------------------------------------------------- /src/app/library/author/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/details.component.html -------------------------------------------------------------------------------- /src/app/library/author/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/details.component.scss -------------------------------------------------------------------------------- /src/app/library/author/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/details.component.ts -------------------------------------------------------------------------------- /src/app/library/author/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/home.component.html -------------------------------------------------------------------------------- /src/app/library/author/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/author/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/home.component.ts -------------------------------------------------------------------------------- /src/app/library/author/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/index.ts -------------------------------------------------------------------------------- /src/app/library/author/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/list.component.html -------------------------------------------------------------------------------- /src/app/library/author/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/author/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/list.component.ts -------------------------------------------------------------------------------- /src/app/library/author/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/show.component.html -------------------------------------------------------------------------------- /src/app/library/author/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/author/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/author/show.component.ts -------------------------------------------------------------------------------- /src/app/library/column/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/column/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/details.component.html -------------------------------------------------------------------------------- /src/app/library/column/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/details.component.scss -------------------------------------------------------------------------------- /src/app/library/column/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/details.component.ts -------------------------------------------------------------------------------- /src/app/library/column/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/home.component.html -------------------------------------------------------------------------------- /src/app/library/column/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/column/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/home.component.ts -------------------------------------------------------------------------------- /src/app/library/column/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/index.ts -------------------------------------------------------------------------------- /src/app/library/column/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/list.component.html -------------------------------------------------------------------------------- /src/app/library/column/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/column/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/list.component.ts -------------------------------------------------------------------------------- /src/app/library/column/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/show.component.html -------------------------------------------------------------------------------- /src/app/library/column/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/column/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/column/show.component.ts -------------------------------------------------------------------------------- /src/app/library/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/home.component.html -------------------------------------------------------------------------------- /src/app/library/home.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/home.component.scss -------------------------------------------------------------------------------- /src/app/library/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/home.component.ts -------------------------------------------------------------------------------- /src/app/library/news/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/news/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/details.component.html -------------------------------------------------------------------------------- /src/app/library/news/details.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/news/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/details.component.ts -------------------------------------------------------------------------------- /src/app/library/news/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/home.component.html -------------------------------------------------------------------------------- /src/app/library/news/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/news/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/home.component.ts -------------------------------------------------------------------------------- /src/app/library/news/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/index.ts -------------------------------------------------------------------------------- /src/app/library/news/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/list.component.html -------------------------------------------------------------------------------- /src/app/library/news/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/news/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/list.component.ts -------------------------------------------------------------------------------- /src/app/library/news/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/show.component.html -------------------------------------------------------------------------------- /src/app/library/news/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/news/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/show.component.ts -------------------------------------------------------------------------------- /src/app/library/news/trend.component.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/news/trend.component.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/news/trend.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/news/trend.component.ts -------------------------------------------------------------------------------- /src/app/library/partner/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/partner/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/details.component.html -------------------------------------------------------------------------------- /src/app/library/partner/details.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/details.component.scss -------------------------------------------------------------------------------- /src/app/library/partner/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/details.component.ts -------------------------------------------------------------------------------- /src/app/library/partner/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/home.component.html -------------------------------------------------------------------------------- /src/app/library/partner/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/partner/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/home.component.ts -------------------------------------------------------------------------------- /src/app/library/partner/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/index.ts -------------------------------------------------------------------------------- /src/app/library/partner/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/list.component.html -------------------------------------------------------------------------------- /src/app/library/partner/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/partner/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/list.component.ts -------------------------------------------------------------------------------- /src/app/library/partner/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/show.component.html -------------------------------------------------------------------------------- /src/app/library/partner/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/partner/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/partner/show.component.ts -------------------------------------------------------------------------------- /src/app/library/resource/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/library/resource/details.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/details.component.html -------------------------------------------------------------------------------- /src/app/library/resource/details.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/resource/details.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/details.component.ts -------------------------------------------------------------------------------- /src/app/library/resource/home.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/home.component.html -------------------------------------------------------------------------------- /src/app/library/resource/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/resource/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/home.component.ts -------------------------------------------------------------------------------- /src/app/library/resource/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/index.ts -------------------------------------------------------------------------------- /src/app/library/resource/list.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/list.component.html -------------------------------------------------------------------------------- /src/app/library/resource/list.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/resource/list.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/list.component.ts -------------------------------------------------------------------------------- /src/app/library/resource/show.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/show.component.html -------------------------------------------------------------------------------- /src/app/library/resource/show.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/library/resource/show.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/library/resource/show.component.ts -------------------------------------------------------------------------------- /src/app/not-found/index.ts: -------------------------------------------------------------------------------- 1 | export * from './not-found.component'; 2 | -------------------------------------------------------------------------------- /src/app/not-found/not-found.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/not-found/not-found.component.ts -------------------------------------------------------------------------------- /src/app/user/_README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/user/_user-routing.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/_user-routing.module.ts -------------------------------------------------------------------------------- /src/app/user/_user.module.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/_user.module.ts -------------------------------------------------------------------------------- /src/app/user/home.component.html: -------------------------------------------------------------------------------- 1 | 您好!来自Github的 [ {{name}} ] 2 | -------------------------------------------------------------------------------- /src/app/user/home.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/user/home.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/home.component.ts -------------------------------------------------------------------------------- /src/app/user/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/index.ts -------------------------------------------------------------------------------- /src/app/user/login.component.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/login.component.html -------------------------------------------------------------------------------- /src/app/user/login.component.scss: -------------------------------------------------------------------------------- 1 | :host { 2 | display: block; 3 | } 4 | -------------------------------------------------------------------------------- /src/app/user/login.component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/app/user/login.component.ts -------------------------------------------------------------------------------- /src/custom-typings.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/custom-typings.d.ts -------------------------------------------------------------------------------- /src/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/favicon.ico -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/index.html -------------------------------------------------------------------------------- /src/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/main.scss -------------------------------------------------------------------------------- /src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/main.ts -------------------------------------------------------------------------------- /src/polyfills.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/polyfills.ts -------------------------------------------------------------------------------- /src/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/test.ts -------------------------------------------------------------------------------- /src/vendor.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/src/vendor.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/tslint.json -------------------------------------------------------------------------------- /typedoc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/typedoc.json -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/webpack.config.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angular-bbs/user-ui/HEAD/yarn.lock --------------------------------------------------------------------------------