Skip to content

Commit

Permalink
feat(docs): demo site with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lamabiker committed Mar 11, 2020
1 parent 2d5b3e6 commit 06b2204
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export class AppComponent {
dates: datesStr,
single: '{{dates.single | dateInterval}}',
multiple: '{{dates.multiple | dateInterval}}',
single_options: "{{dates.single | dateInterval:'mediumDate':'backward'}}",
single_options: `{{dates.single | dateInterval:'mediumDate':'backward'}}`,
localized: {
fr_simple: "{{dates.multiple | dateInterval:'mediumDate':'forward':'fr-FR'}}",
ru_simple: "{{dates.multiple | dateInterval:'mediumDate':'forward':'ru-RU'}}",
ru_dateFormat: "{{dates.multiple | dateInterval:'dd MMMM y':'forward':'ru-RU'}}"
fr_simple: `{{dates.multiple | dateInterval:'mediumDate':'forward':'fr-FR'}}`,
ru_simple: `{{dates.multiple | dateInterval:'mediumDate':'forward':'ru-RU'}}`,
ru_dateFormat: `{{dates.multiple | dateInterval:'dd MMMM y':'forward':'ru-RU'}}`
}
};
}

0 comments on commit 06b2204

Please sign in to comment.