From db0dca3fc1fd7dca1eb19ec38c6ae7da8ca34527 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 23 Mar 2017 17:21:52 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20add=20a=20note=20about=20exclusion=20of?= =?UTF-8?q?=20symbols=20prefixed=20with=20=C9=B5=20from=20our=20public=20a?= =?UTF-8?q?pi=20surface=20(#15440)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/PUBLIC_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PUBLIC_API.md b/docs/PUBLIC_API.md index d79c5905eb..187a3fa596 100644 --- a/docs/PUBLIC_API.md +++ b/docs/PUBLIC_API.md @@ -32,7 +32,7 @@ We explicitly don't consider the following to be our public API surface: - any file/import paths within our package except for the `/`, `/testing` and `/bundles/*` - constructors of injectable classes (services and directives) - please use DI to obtain instances of these classes -- any class members or symbols marked as `private` or prefixed with underscore +- any class members or symbols marked as `private`, or prefixed with underscore (`_`) and [barred latin o](https://en.wikipedia.org/wiki/%C6%9F) (`ɵ`) - extending any of our classes unless the support for this is specifically documented in the API docs - the contents and API surface of the code generated by Angular's compiler (with one notable exception: the existence and name of `NgModuleFactory` instances exported from generated code is guaranteed)