docs(platform-browser): remove redundant JSDoc tag from `BROWSER_SANITIZATION_PROVIDERS__POST_R3__` (#32314)

The JSDoc tag was introduced in #31934 and was not intentional according
to [this discussion on Slack][1].

[1]: https://angular-team.slack.com/archives/CHB51S90D/p1566322373094100?thread_ts=1566292123.093500&cid=CHB51S90D

PR Close #32314
This commit is contained in:
George Kalpakas 2019-08-26 13:02:32 +03:00 committed by Misko Hevery
parent 2d96576a10
commit cc288aec3d
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ const BROWSER_SANITIZATION_PROVIDERS__PRE_R3__: StaticProvider[] = [
{provide: DomSanitizer, useClass: DomSanitizerImpl, deps: [DOCUMENT]},
];
/**
* @codeGenApi
*/
export const BROWSER_SANITIZATION_PROVIDERS__POST_R3__ = [];
/**