I want to use angular to do the parts of the web front-end. Are there any good resources or websites that I can copy? Because I have learned angular and have no chance to practice it, and I am the only front-end in the company, so I want to find someone to copy it
習慣沉默2017-05-15 17:00:33
Although I am not the front-end person in the company, I am the only person responsible for small projects in Angular. It is a bit like you, starting from scratch. Let’s first take a look at the basics in http://www.runoob.com/angularjs/angularjs-tutorial.html Tutorials, and other in-depth ones can be checked on Baidu one by one. I’ll attach my collection to you
<DT>AngularJS Chinese website
<DT>AngularJS: API: API Reference
<DT>AngularJs+bootstrap equipped with front-end framework - basic page - JThink Blog - Blog channel - CSDN.NET
<DT>AngularJS Tutorial | Novice Tutorial
<DT><H3 FOLDED ADD_DATE="50910885376">angular</H3>
<DL>
<DT>AngularJS directive practice guide (1) - Blog - Bole Online
<DT>AngularJS: API: ngRoute
<DT>Seven steps from AngularJS novice to expert (7): Routing - Blog - Bole Online
<DT>Your first AngularJS application - SegmentFault
<DT>Practice summary: Angular application skills not to be missed (2) - 51CTO.COM
<DT>Resources | Learn Ionic
<DT>AngularJS Development Guide - Animations - Tudou Loves Eggs - Tuiku
<DT>angular learning (3): ng rendering case usage summary - zhang6622056's column - Blog channel - CSDN.NET
<DT>Online Classroom - Huizhi.com
<DT>Details of Angular ng-class - Polang-Blog Park
<DT>Implementing JavaScript animation effects in AngularJS applications - Technical Translation - Open Source Chinese Community
<DT>AngularJS Development Guide-Animations - Potato loves eggs-Tweet cool
<DT><H3 FOLDED ADD_DATE="50910438700">angular lazyload</H3>
<DL>
<DT> Use AngularJS to implement some ui things (1) (angular lazyload) - Write your own angular-ui - Front-end mess
</DL>
<DT>Detailed explanation of angularjs directive - template, restrict, replace - Champion - Blog Park
<DT>Detailed explanation of angularjs directive example «Undersea Goshawk (tank) blog
<DT>Angular Material Form Builder
<DT> ;AngularJS Form Builder
<DT>angular-busy/README.md at master · cgross/angular-busy · GitHub
<DT>Angular-UI Sortable Demo - JSFiddle
<DT>AngularJS ui-router (nested Routing) - Technical Translation - Open Source Chinese Community
<DT>AngularUI for AngularJS
<DT>ngInfiniteScroll - Infinite Scrolling for AngularJS
<DT>ngStorage - AngularJS Modules, Plugins and Directives
<DT>AngularJS commonly used plug-ins and Instruction collection | It is impossible to be uncertain
<DT>Drag and Drop for AngularJS
<DT>AngularJS Chinese information + tools + libraries + Demo large collection - binyao02123202's column - Blog channel - CSDN.NET
<DT>angularjs Injecting interceptors to achieve loading effects – making a little progress every day
<DT>Angular.js Services - Polang-Blog Park
<DT>Colorpicker for Twitter Bootstrap
<DT>javascript - angularjs ng-style: background-image isn't working - Stack Overflow
<DT>Angular Specification · Issue #1 · dyygtfx/Angular-in-action · GitHub
Supplement: http://each.sinaapp.com/angular/
淡淡烟草味2017-05-15 17:00:33
daocloud is also made with angularjs.
Suitable for single-page application websites
给我你的怀抱2017-05-15 17:00:33
generator-angular is a Yeoman generator for AngularJS that can quickly set up projects with reasonable parameters and best practices.
我想大声告诉你2017-05-15 17:00:33
Our team made an angular-seed before. Based on bootstrap, ocLazyLoad, and angularjs, you can build a front-end and back-end separated application. You can learn from it. Currently, I am also using this angular-seed to develop company projects.
Github address: https://github.com/qiangonline/angular-seed
http://m.dakatt.com is also based on this angular-seed, you can see the effect.