.greendot {
background-color: #62E32A;
height: 10px;
width: 10px;
display: block;
margin: auto;
border-radius: 20px;
}
The following is an excerpt from the Planning And Angul...
This guide was written for Angular 2 version: 2.0.0-rc.4
With component architecture in Angular 2, it's important to design components that contain what we call inputs and outputs. The data enters a c...
This guide was written for Angular 2 version: 2.0.0-rc.4
With component architecture in Angular 2, it's an important to design components to contain what we call inputs and outputs. The data enters a ...
This guide was written for Angular 2 version: 2.0.0
When you create more advanced components, the simple input and output mechanisms may not suffice. That's where "transclusion", now also known as con...
This guide was written for Angular 2 version: 2.0.0-rc.6
Angular 1.x has relied heavily on module support at the framework level to give us a clear way to organize our application into logical units. ...