UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
lib
/
card
/
public-api.ts
12 lines
(9 loc)
•
270 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** *
@license
* Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */
export
*
from
'./card'
;
export
*
from
'./card-module'
;