Takumon/mean-blog

View on GitHub
src/app/shared/models/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from './article.model';
export * from './article-with-user.model';
export * from './comment.model';
export * from './comment-with-user.model';
export * from './comment-with-article.model';
export * from './image.model';
export * from './nav-link.model';
export * from './reply.model';
export * from './reply-with-user.model';
export * from './reply-with-article.model';
export * from './user.model';
export * from './cud-success.model';