About 99 results
Open links in new tab
  1. Theming Angular Material

    Dec 2, 2013 · Angular Material supports customizing color and typography as outlined in this document. Angular strongly discourages, and does not directly support, overriding component CSS outside the …

  2. Angular - Class and style binding

    When binding [style] to an object expression, the identity of the object must change for Angular to update the class list. Updating the property without changing object identity has no effect.

  3. Angular - Validating form input

    Angular automatically mirrors many control properties onto the form control element as CSS classes. Use these classes to style form control elements according to the state of the form.

  4. Theming your components • Angular Material

    UI component infrastructure and Material Design components for mobile and desktop Angular web applications.

  5. Angular - Component styles

    Feb 28, 2022 · For every Angular component you write, you can define not only an HTML template, but also the CSS styles that go with that template, specifying any selectors, rules, and media queries …

  6. Customizing Typography - v12.material.angular.io

    Angular Material's typography APIs lets you specify any font-face. The default font-face value is configured to Google's Roboto font with the 300, 400, and 500 font-weight styles.

  7. Attribute Directives - ts - GUIDE - Angular

    In this section, you'll turn AppComponent into a harness that lets you pick the highlight color with a radio button and bind your color choice to the directive.

  8. Checkbox • Angular Material

    UI component infrastructure and Material Design components for mobile and desktop Angular web applications.

  9. Angular - SVG as templates

    You can use SVG files as templates in your Angular applications. When you use an SVG as the template, you are able to use directives and bindings just like with HTML templates. Use these …

  10. Angular - Attribute directives

    Feb 28, 2022 · Change the appearance or behavior of DOM elements and Angular components with attribute directives.