5 lines
5.2 KiB
JSON

{
"id": "api/common/NgPluralCase",
"title": "NgPluralCase",
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/common\", \"name\": \"@angular/common\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/common/NgPluralCase\", \"name\": \"NgPluralCase\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/common\">@angular/common</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/common/src/directives/ng_plural.ts?message=docs(common)%3A%20describe%20your%20change...#L86-L115\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/directives/ng_plural.ts#L86-L115\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"ngpluralcase\">NgPluralCase<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/NgPluralCase#ngpluralcase\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label directive\">directive</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n <p>Creates a view that will be added/removed from the parent <a href=\"api/common/NgPlural\"><code>NgPlural</code></a> when the\ngiven expression matches the plural expression according to CLDR rules.</p>\n\n \n </section>\n \n \n \n \n\n <h2 id=\"ngmodule\">NgModule<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/NgPluralCase#ngmodule\"><i class=\"material-icons\">link</i></a></h2>\n<ul class=\"ngmodule-list\">\n\n <li>\n <a href=\"api/common/CommonModule\">\n <code-example language=\"ts\" hidecopy=\"true\" class=\"no-box\">CommonModule</code-example>\n </a>\n </li>\n \n</ul>\n\n\n \n<section class=\"selector-list\">\n <h2 id=\"selectors\">Selectors<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/NgPluralCase#selectors\"><i class=\"material-icons\">link</i></a></h2>\n \n <ul>\n <li><code>[<a href=\"api/common/NgPluralCase\" class=\"code-anchor\">ngPluralCase</a>]</code></li>\n \n </ul>\n \n</section>\n\n\n\n \n\n<section class=\"instance-properties\">\n <h2 id=\"properties\">Properties<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/NgPluralCase#properties\"><i class=\"material-icons\">link</i></a></h2>\n <table class=\"is-full-width list-table property-table\">\n <thead>\n <tr>\n <th>Property</th>\n <th>Description</th>\n </tr>\n </thead>\n <tbody>\n \n <tr class=\"instance-property\">\n <td>\n <a id=\"value\"></a>\n <code class=\"\"><span class=\"member-name\">value</span>: string</code>\n </td>\n <td>\n \n \n \n </td>\n </tr>\n \n </tbody>\n </table>\n</section>\n\n\n\n \n\n\n \n <section class=\"description\">\n <h2 id=\"description\">Description<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/NgPluralCase#description\"><i class=\"material-icons\">link</i></a></h2>\n \n <code-example>\n&#x3C;some-element [<a href=\"api/common/NgPlural\" class=\"code-anchor\">ngPlural</a>]=\"value\">\n &#x3C;ng-template <a href=\"api/common/NgPluralCase\" class=\"code-anchor\">ngPluralCase</a>=\"=0\">...&#x3C;/ng-template>\n &#x3C;ng-template <a href=\"api/common/NgPluralCase\" class=\"code-anchor\">ngPluralCase</a>=\"other\">...&#x3C;/ng-template>\n&#x3C;/some-element>\n</code-example>\n<p>See <a href=\"api/common/NgPlural\"><code>NgPlural</code></a> for more details and example.</p>\n\n </section>\n \n\n \n\n \n\n \n\n \n \n \n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/common\n - api/common/CommonModule\n - api/common/NgPlural\n - api/common/Plural\n-->\n<!-- links from this doc:\n - /api\n - api/common\n - api/common/CommonModule\n - api/common/NgPlural\n - api/common/NgPluralCase#description\n - api/common/NgPluralCase#ngmodule\n - api/common/NgPluralCase#ngpluralcase\n - api/common/NgPluralCase#properties\n - api/common/NgPluralCase#selectors\n - https://github.com/angular/angular/edit/master/packages/common/src/directives/ng_plural.ts?message=docs(common)%3A%20describe%20your%20change...#L86-L115\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/directives/ng_plural.ts#L86-L115\n-->"
}