Skip to content

Commit 0d00851

Browse files
committed
ngbootstrap paginator + logic to handle pagination: done
1 parent 864eecf commit 0d00851

File tree

10 files changed

+838
-110
lines changed

10 files changed

+838
-110
lines changed

section_19-project/project/db/seeds/categories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ let collection = [
3535
];
3636

3737
const nestedCollection = [
38-
collectionVegetable,
39-
collectionBread
38+
collectionBread,
39+
collectionVegetable
4040
];
4141

4242
module.exports = {

0 commit comments

Comments
 (0)