UNPKG
coreui-angular-ex
Version:
latest (4.5.14)
4.5.14
CoreUI Components Library for Angular
coreui.io/angular/
coreui/coreui-angular
coreui-angular-ex
/
projects
/
coreui-angular
/
src
/
lib
/
offcanvas
/
offcanvas-title
/
offcanvas-title.directive.spec.ts
9 lines
(7 loc)
•
265 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OffcanvasTitleDirective
}
from
'./offcanvas-title.directive'
;
describe
(
'OffcanvasTitleDirective'
,
() =>
{
it
(
'should create an instance'
,
() =>
{
const
directive =
new
OffcanvasTitleDirective
();
expect
(directive).
toBeTruthy
(); }); });