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 {
|
||||
* gender: string = 'male';
|
||||
* inviteMap: any = {
|
||||
* 'male': 'Invite her.',
|
||||
* 'female': 'Invite him.',
|
||||
* 'male': 'Invite him.',
|
||||
* 'female': 'Invite her.',
|
||||
* 'other': 'Invite them.'
|
||||
* }
|
||||
* ...
|
||||
|
|
Loading…
Reference in New Issue