Jaxon Wright

Results 16 comments of Jaxon Wright

@AhsanAyaz the use case for this is that you already run your own build process and just need this to _deploy_ the project, not also _build_ the project.

Just ran into the same issue and @ghidoz 's solution was what fixed it for me. So, I don't think this is a bug, but the example for making custom...

On your `mwl-calendar-month-view`, add a directive for the cell template (`[cellTemplate]="customCellTemplate"`) and then define the template lower down in your template file. That can be done like this: ```html ```

That makes sense to me, but that is up to @mattlewis92

Since the v6.2.1 update, Mattermost has frozen for me when clicking on desktop notifications. I am on Windows 10.

Thanks for this. Hopefully it gets added soon!

Any progress on this? I would love a simple way to get Mate

If the maintainer changes `import moment from 'moment';` back to `import * as moment from 'moment';` then the `allowSyntheticDefaultImports` flag would not need to be set to true in your...

I am getting a 403 error when trying this. Seems like someone screwed up the build because it's trying to access localhost:1337

Really would be nice if the "monkey patch" PR could be looked at again by maintainers and merged....