mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-06 17:48:50 +01:00
refactor(aio): add the docs, remove the unneeded dependencies, remove a config folder, fix a travis config
This commit is contained in:
parent
523f44b746
commit
b205a6d570
39 changed files with 2516 additions and 1791 deletions
|
|
@ -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) { %>-->
|
||||
<!--<!– Configured Head Tags –>-->
|
||||
<!--<%= 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) { %>-->
|
||||
<!--<!– Webpack Dev Server reload –>-->
|
||||
<!--<script src="/webpack-dev-server.js"></script>-->
|
||||
<!--<% } %>-->
|
||||
<div id="preloader">
|
||||
<div></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue