what is angular cdk code example
Example 1: angularjs cdn
<!doctype html>
<html ng-app>
<head>
<title>My AngularJS App</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
</head>
<body>
</body>
</html>
Example 2: install angular cdk
npm i @angular/cdk --save