Skip to content

Instantly share code, notes, and snippets.

@actarian
Last active December 16, 2019 21:12
Show Gist options
  • Select an option

  • Save actarian/ac8180f85f8b88b33bf675a1b7c51817 to your computer and use it in GitHub Desktop.

Select an option

Save actarian/ac8180f85f8b88b33bf675a1b7c51817 to your computer and use it in GitHub Desktop.
RxComp - CoreModule
const declarations = [
ClassDirective,
EventDirective,
ForStructure,
IfStructure,
InnerHtmlDirective,
StyleDirective,
JsonPipe
];
export default class CoreModule extends Module {}
CoreModule.meta = {
declarations: [
...declarations
],
exports: [
...declarations
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment