nested-forms/libs/contact/src/index.ts

4 lines
166 B
TypeScript
Raw Normal View History

2019-08-20 01:27:15 +00:00
export * from './lib/contact-model';
export * from './lib/contact.service';
export * from './lib/services/contact-form.service';
2019-09-05 02:12:04 +00:00
export * from './lib/contact.module';