mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
Fixed: Navigation model must be public
This commit is contained in:
parent
b9198e3717
commit
05575d3f82
@ -1,6 +1,6 @@
|
|||||||
export class NavigationModel
|
export class NavigationModel
|
||||||
{
|
{
|
||||||
model: any[];
|
public model: any[];
|
||||||
|
|
||||||
constructor()
|
constructor()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user