Documentation under way. For now, you can have a look at https://manisto.github.io/angular-lte to see the demo, or look at the documentation in the individual source folders for the components.
Run the following in your command:
npm install --save angularjs-admin-lte
You need to include the following two scripts in your app:
<script src="/node_modules/angularjs-admin-lte/angular-lte.min.js"></script>
<script src="/node_modules/angularjs-admin-lte/angular-lte.templates.js"></script>
Now you simply need to include the module in your AngularJS app:
angular.module("my-app", ["angular-lte"]);