Skip to content

Commit

Permalink
release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistex committed Dec 22, 2017
1 parent 6a42b80 commit 9ab485d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
import { Component, AfterContentInit } from '@angular/core';

const pac = require('ng2-select-ex/package.json');

const gettingStarted = require('html-loader!markdown-loader!../getting-started.md');

@Component({
selector: 'demo-app',
template: `
<main class="bd-pageheader">
<div class="container">
<h1>ng2-select-ex</h1>
<h1>ng2-select-ex v{{p?.version}}</h1>
<p>Native Angular2 component for Select</p>
<a class="btn btn-primary" href="https://github.com/optimistex/ng2-select-ex">View on GitHub</a>
<div class="row">
Expand Down Expand Up @@ -39,6 +41,7 @@ const gettingStarted = require('html-loader!markdown-loader!../getting-started.m
})
export class AppComponent implements AfterContentInit {
public gettingStarted: string = gettingStarted;
public p = pac;

public ngAfterContentInit(): any {
setTimeout(() => {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
}
section {
padding-top: 30px;
}</style></head><body><demo-app>Loading...</demo-app><script src="assets/js/prettify.min.js"></script><!-- script files will be inserted by html-webpack-plugin --><script type="text/javascript" src="inline.6c3c06c2c8bfefe1334e.bundle.js"></script><script type="text/javascript" src="vendor.24def146697975c2fc45.bundle.js"></script><script type="text/javascript" src="main.84f486e64d75bf55fbaa.bundle.js"></script></body></html>
}</style></head><body><demo-app>Loading...</demo-app><script src="assets/js/prettify.min.js"></script><!-- script files will be inserted by html-webpack-plugin --><script type="text/javascript" src="inline.ab93fa694c21556d1ed4.bundle.js"></script><script type="text/javascript" src="vendor.6eb88d23758d50c981b9.bundle.js"></script><script type="text/javascript" src="main.8d29dee0ec7cf8887f80.bundle.js"></script></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/main.84f486e64d75bf55fbaa.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.8d29dee0ec7cf8887f80.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/vendor.24def146697975c2fc45.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/vendor.6eb88d23758d50c981b9.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-select-ex-base",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"description": "Angular2 based replacement for select boxes",
"scripts": {
Expand Down

0 comments on commit 9ab485d

Please sign in to comment.