About 20,600 results
Open links in new tab
  1. Angular - Binding syntax

    Feb 28, 2022 · A button's disabled property is false by default so the button is enabled. When you add the disabled attribute, you are initializing the button's disabled property to true which disables the …

  2. Angular - Property binding

    Sep 1, 2023 · The brackets, [], cause Angular to evaluate the right-hand side of the assignment as a dynamic expression. Without the brackets, Angular treats the right-hand side as a string literal and …

  3. Angular - ng analytics

    You can help the Angular Team to prioritize features and improvements by permitting the Angular team to send command-line command usage statistics to Google. The Angular Team does not collect …

  4. Angular - FormControl

    You reset to a specific form state by passing through a standalone value or a form state object that contains both a value and a disabled state (these are the only two properties that cannot be calculated).

  5. Angular - ng cache

    Angular CLI saves a number of cachable operations on disk by default. When you re-run the same build, the build system restores the state of the previous build and re-uses previously performed …

  6. Angular - ng serve

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  7. Angular - Template type checking

    Feb 28, 2022 · When a library's input types are too narrow and the library hasn't added appropriate metadata for Angular to figure this out. This usually occurs with disabled or other common Boolean …

  8. Select | Angular Material

    It is possible to disable the entire select or individual options in the select by using the disabled property on the <select> or <mat-select> and the <option> or <mat-option> elements respectively.

  9. Angular - AbstractControl

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  10. Angular - Building and serving Angular apps

    The Angular CLI outputs warnings if it detects that your browser application depends on CommonJS modules. To disable these warnings, add the CommonJS module name to …