You are using this.CreateDate
in .ts file but in html you are binding organization.creatioN_TIME
. I couldn't understand your code.
BTW, result.creatioN_TIME.format('YYYY-MM-DDTHH:mm:ss')
is enough. moment methods already return a date object. Check moment docs for detailed info.
Hi @muhittincelik, are you still have this issue? It seems it has been fixed.
Hi @lhightower, this problem should be fixed in v6.0. If you use older version than v6.0, then you can apply THIS change to fix problem.
Did you change anything in ConsoleApiClient? For example username or password?
Check this document: https://aspnetzero.com/Documents/Development-Guide-Core#language-management
Hi @davidharrison, Metronic v5.5 they changed data-dropdown-toggle="click"
to m-dropdown-toggle="click"
. The example that you look is new version(5.5) of metronic, but in ASP.NET Zero metronic is not updated(it will Zero v6.0) yet.
SOLUTION: use data-dropdown-toggle="click"
instead of m-dropdown-toggle="click"
. It should work.
What did you tried(share code)? What is the error? What is your project type and version?
There are dropdown examples in ASP.NET Zero, already. Aren't they working too? Or just newly added ones doesn't work?
Check this: 1639
probably this week.
@mdframe, sory for conflict. I checked it will be fixed in version 6.0
In file : angular/src/app/shared/layout/nav/side-bar-menu.component.html
If you change line 12 and remove this : [ngClass]="{'m-menu__item--expanded m-menu__item--open': menuItem.items.length > 0}"
then it should be collapsed by default.