Skip to content

Commit a5c412a

Browse files
author
a-jie
committed
update v0.3.6
update v0.3.6
1 parent c257acf commit a5c412a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser": "^4.2.4",
2424
"@angular/platform-browser-dynamic": "^4.2.4",
2525
"@angular/router": "^4.2.4",
26-
"angular-infinite-list": "^0.3.5",
26+
"angular-infinite-list": "^0.3.6",
2727
"bootstrap": "^3.3.7",
2828
"core-js": "^2.4.1",
2929
"rxjs": "^5.4.2",

demo/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Demo5Component } from './components/demo/demo5.component';
1616
{ path: 'demo3', component: Demo3Component },
1717
{ path: 'demo4', component: Demo4Component },
1818
{ path: 'demo5', component: Demo5Component },
19-
])
19+
], { useHash: true })
2020
],
2121
exports: [RouterModule],
2222
providers: []

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-infinite-list",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A tiny but mighty 3k list virtualization library for angular, with zero dependencies",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)