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

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 18:07:21 +01:00
committed by Alex Rickabaugh
parent f1e3d5125d
commit 7570f7222f
5 changed files with 9 additions and 12 deletions

View File

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