Create an Angular Project for IntelliJ on Mac OS
How to create a new angular project using github and IntelliJ on Mac OS.
How to create a new angular project using github and IntelliJ on Mac OS.
The following setup avoids NPM errors during the @angular/cli installation on Mac OS (Unable to save binary /usr/local/lib/node_modules/@angular/cli/node_modules/node-sass/vendor/darwin-x64-51).
Explains how to create custom directives that can be used as web components, which helps simplify our code.
Explains how to create and use an AngularJS service to share information across controllers.
Explains the basic setup for a single page application in AngularJS.
AngularJS sends and receives external data by using the $http service. This post shows an example with get and post requests.
Explains the use of Angular directive ng-repeat.
The Angular directive ng-class is used to add CSS classes to HTML elements when certain conditions are met. This post explains how to use the ng-class directive.
Explains the use of Angular directives ng-if, ng-show, and ng-hide
Explains through a simple example how data binding is implemented in AngularJS using the ng-model directive and interpolation.