docs: rename "internal" access modifier to "protected" (#26627)

PR Close #26627
This commit is contained in:
Giorgos Bamparopoulos 2018-10-20 23:44:55 +01:00 committed by Alex Rickabaugh
parent 1fb6731285
commit 197676a6dd
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ The compiler understands all syntax forms that the _collector_ supports, but it
The compiler can only reference _exported symbols_.
Decorated component class members must be public. You cannot make an `@Input()` property private or internal.
Decorated component class members must be public. You cannot make an `@Input()` property private or protected.
Data bound properties must also be public.