docs(pipes): update I18nSelectPipe API documentation (#10449)
This commit is contained in:
parent
7db75fa361
commit
3ce11ed58c
@ -31,8 +31,8 @@ import {InvalidPipeArgumentException} from './invalid_pipe_argument_exception';
|
|||||||
* class MyApp {
|
* class MyApp {
|
||||||
* gender: string = 'male';
|
* gender: string = 'male';
|
||||||
* inviteMap: any = {
|
* inviteMap: any = {
|
||||||
* 'male': 'Invite her.',
|
* 'male': 'Invite him.',
|
||||||
* 'female': 'Invite him.',
|
* 'female': 'Invite her.',
|
||||||
* 'other': 'Invite them.'
|
* 'other': 'Invite them.'
|
||||||
* }
|
* }
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user