docs: update platform-browser-dynamic to use @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 18:00:22 +01:00
committed by Alex Rickabaugh
parent 3511f08a81
commit f1e3d5125d
6 changed files with 15 additions and 3 deletions

View File

@ -14,4 +14,7 @@
import {Version} from '@angular/core';
/**
* @publicApi
*/
export const VERSION = new Version('0.0.0-PLACEHOLDER');