How to build custom component in Angular Material 2

Viewed 5705

Is there any standard way to build own component on top of Angular Material 2 or by extending existing component.

Earlier I used Sencha/ExtJS framework and it was quite straightforward to build own component on top EXTJS base component by extending it.

I looked into Angular Material 2 CDK but there is no documentation on it how to build custom component on top of it.

1 Answers
Related