An admin dashboard with user management and user roles | Built on the MEAN stack
git clone https://github.com/operationcode/mean-dash.git && cd mean-dash
npm install
npm start
Visit http://localhost:5000 to see the app!
Official AngularJS website is good place to start, but it lacks of best practices and not provides you base concepts, which could simplify your life. There is some links that can help you better understand how to write maintainable applications using AngularJS.
.component()
method