30秒学会 Angular 片段 – Understanding Microsyntax
Under the hood Angular compiles structural directives into ng-template elements, e.g.: <!– This ...
Under the hood Angular compiles structural directives into ng-template elements, e.g.: <!– This ...
Returns a customized coalesce function that returns the first argument that returns true from the pr...
If the text is longer than one line, it will be truncated and end with an ellipsis …. overflow: hidd...
Angular allows us to control the way module preloading is handled. There are 2 strategies provided b...
Returns an array with $n elements removed from the beginning. Use array_slice() to remove $n items f...
Evenly distributes child elements within a parent element. display: flex enables flexbox. justify-co...
Renders an <input> element that uses a callback function to pass its value to the parent compo...
Converts an angle from degrees to radians. Use pi and the degree to radian formula to convert the an...
Gives text a gradient color. background: -webkit-linear-gradient(…) gives the text element a gradi...
Creates an array of key-value pair arrays from an object or other iterable (object, array, string, s...