UNPKG

@pepperi/core

Version:

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

14 lines (9 loc) 321 B
import { RtlClassDirective } from './rtl.directive'; import { SvgIconDirective } from './svg-icon.directive'; import { NgModule } from '@angular/core'; @NgModule({ declarations: [RtlClassDirective, SvgIconDirective], exports: [RtlClassDirective, SvgIconDirective], }) export class A11yModule { }