This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

FormStyle

Some languages use two different forms of strings (standalone and format) depending on the context. Typically the standalone version is the nominative form of the word, and the format version is in the genitive. See the CLDR website for more information.

      
      enum FormStyle {
  Format
  Standalone
}
    

Members

Member Description
Format
Standalone