public-api.d.ts 619 B

123456789101112131415161718
  1. /**
  2. * @license
  3. * Copyright Google LLC All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export * from './datepicker-module';
  9. export * from './calendar';
  10. export * from './calendar-body';
  11. export * from './datepicker';
  12. export * from './datepicker-animations';
  13. export * from './datepicker-input';
  14. export * from './datepicker-intl';
  15. export * from './datepicker-toggle';
  16. export * from './month-view';
  17. export * from './year-view';
  18. export { MatMultiYearView, yearsPerPage, yearsPerRow } from './multi-year-view';