UNPKG

loop-modules

Version:

Shared modules for the Loop product suite.

7 lines (5 loc) 156 B
import { BrandingDirective } from './brand.directive'; export const LOOP_DIRECTIVES: any[] = [ BrandingDirective ]; export * from './brand.directive';