@hicoder/angular-cli
Version:
Angular UI componenets and service generator. It works with the mean-rest-express package to generate the end to end web application. The input to this generator is the Mongoose schema defined for the express application. mean-rest-express exposes the Res
13 lines (11 loc) • 409 B
CSS
/*List view CSS*/
<%-include('/css/schema-list-view.component.css') %>
/*List CSS*/
<%-include('/css/schema-list.component.css'); %>
/* LIST SEARCH CSS */
<%-include('/widgets/search/normal/normal.css'); %>
<%-include('/widgets/search/showMore/showMore.css'); %>
<%-include('/css/searchbox.css');%>
<%-include('/css/slider.css');%>
<%-include('/css/datepicker.css');%>
<%-include('/css/array-values.css');%>