refactor(aio): add the docs, remove the unneeded dependencies, remove a config folder, fix a travis config

This commit is contained in:
Alexander Zhukov 2017-04-19 12:52:08 +03:00
parent 523f44b746
commit b205a6d570
39 changed files with 2516 additions and 1791 deletions

View file

@ -1,37 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<title><%= htmlWebpackPlugin.options.title %></title>-->
<title>ng2-admin</title>
<!--<meta name="description" content="<%= htmlWebpackPlugin.options.metadata.description %>">-->
<!--<% if (webpackConfig.htmlElements.headTags) { %>-->
<!--&lt;!&ndash; Configured Head Tags &ndash;&gt;-->
<!--<%= webpackConfig.htmlElements.headTags %>-->
<!--<% } %>-->
<!-- base url -->
<!--<base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">-->
</head>
<body>
<app>
</app>
<app>
</app>
<div id="preloader">
<div></div>
</div>
<!--<% if (htmlWebpackPlugin.options.metadata.isDevServer && htmlWebpackPlugin.options.metadata.HMR !== true) { %>-->
<!--&lt;!&ndash; Webpack Dev Server reload &ndash;&gt;-->
<!--<script src="/webpack-dev-server.js"></script>-->
<!--<% } %>-->
<div id="preloader">
<div></div>
</div>
</body>
</html>