5 lines
9.6 KiB
JSON
Raw Normal View History

{
"id": "api/platform-browser/animations/BrowserAnimationsModule",
"title": "BrowserAnimationsModule",
"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/platform-browser\", \"name\": \"@angular/platform-browser\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/platform-browser/animations\", \"name\": \"@angular/platform-browser/animations\" } },\n { \"@type\": \"ListItem\", \"position\": 4, \"item\": { \"@id\": \"https://angular.io/api/platform-browser/animations/BrowserAnimationsModule\", \"name\": \"BrowserAnimationsModule\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/platform-browser\">@angular/platform-browser</a> > <a href=\"api/platform-browser/animations\">@angular/platform-browser/animations</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/platform-browser/animations/src/module.ts?message=docs(platform-browser)%3A%20describe%20your%20change...#L24-L59\" 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/platform-browser/animations/src/module.ts#L24-L59\" 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=\"browseranimationsmodule\">BrowserAnimationsModule<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/platform-browser/animations/BrowserAnimationsModule#browseranimationsmodule\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label ngmodule\">ngmodule</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>Exports <code><a href=\"api/platform-browser/BrowserModule\" class=\"code-anchor\">BrowserModule</a></code> with additional <a href=\"guide/glossary#provider\">dependency-injection providers</a>\nfor use with animations. See <a href=\"guide/animations\">Animations</a>.</p>\n\n \n </section>\n \n \n \n <section class=\"ngmodule-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\nclass <a href=\"api/platform-browser/animations/BrowserAnimationsModule\" class=\"code-anchor\">BrowserAnimationsModule</a> {\n <a class=\"code-anchor\" href=\"api/platform-browser/animations/BrowserAnimationsModule#withConfig\">static <span class=\"member-name\">withConfig</span>(config: BrowserAnimationsModuleConfig): ModuleWithProviders&#x3C;BrowserAnimationsModule></a>\n}\n</code-example>\n\n \n \n\n</section>\n\n\n \n\n \n \n \n \n\n \n\n<section class=\"static-methods\">\n <h2 id=\"static-methods\">Static methods<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/platform-browser/animations/BrowserAnimationsModule#static-methods\"><i class=\"material-icons\">link</i></a></h2>\n \n <a id=\"withConfig\"></a>\n<table class=\"is-full-width method-table static-method\">\n <thead><tr><th>\n <div class=\"with-github-links\">\n <h3 id=\"withconfig\">\n withConfig()\n \n <a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/platform-browser/animations/BrowserAnimationsModule#withconfig\"><i class=\"material-icons\">link</i></a></h3>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/platform-browser/animations/src/module.ts?message=docs(platform-brows
}