UNPKG

@pepperi/core

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.5.

15 lines (13 loc) 423 B
import { NgModule } from '@angular/core'; import { PortalService } from './portal.service'; import { TargetDirective } from './target.directive'; import { AttachDirective } from './attach.directive'; @NgModule({ declarations: [PortalService, TargetDirective, AttachDirective], exports: [PortalService, TargetDirective, AttachDirective], }) export class A11yModule { }