UNPKG
subscriptions
Version:
latest (1.0.0-beta.5-17)
1.0.0-beta.5-9
1.0.0-beta.5-8
1.0.0-beta.5-7
1.0.0-beta.5-6
1.0.0-beta.5-5
1.0.0-beta.5-17
1.0.0-beta.5-16
1.0.0-beta.5-15
1.0.0-beta.5-14
1.0.0-beta.5-13
1.0.0-beta.5-12
1.0.0-beta.5-11
1.0.0-beta.5-10
SLB
subscriptions
/
subscriptions-wrapper
/
subscriptions-wrapper.component.ts
9 lines
(6 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import { Component, Input} from
'@angular/core'
;
@Component
({ template:
'<slb-subscriptions-logic></slb-subscriptions-logic>'
, }) export
class
SubscriptionsWrapperComponent
{ }