docs: update forms with @publicApi tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin
2018-10-19 17:36:24 +01:00
committed by Alex Rickabaugh
parent 3903e5ebe7
commit 982bc7f2aa
27 changed files with 56 additions and 8 deletions

View File

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