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

PR Close #26627

PR Close #28423
This commit is contained in:
Giorgos Bamparopoulos 2018-10-20 23:44:55 +01:00 committed by Matias Niemelä
parent 00c145f14c
commit e8dbba417d

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.