Base solution for your next web application

Activities of "vladsd"

We are trying to use new meronic 5.5 in our module outside of admin.

For some reason none of metronic directives or toggles included into the module, even so we explicitly include it:

import { CoreModule } from '@metronic/app/core/core.module';

import { LayoutConfigService } from '@metronic/app/core/services/layout-config.service'; import { UtilsService } from '@metronic/app/core/services/utils.service'; import { LayoutRefService } from '@metronic/app/core/services/layout/layout-ref.service';

What are we missing? Thanks.

Can we ran ASP.NET Zero side by side with abp.io. For example, we love Dynamic Forms concept or MongoDB integration. Thanks

Can I use this module https://github.com/abpframework/abp/blob/master/docs/MongoDB.md with asp.net zero? Any issues with following above tutorial?

Have you considered to say goodbye to metronic. It is build on top of bootstrap but is so heavy and causes so many issues . Its not modular, so you have to take it all!

The most it provides is navigation and few simple controls which are found other places like ngprime.

For example here is bootstrap implementation of sidebar: <a class="postlink" href="https://bootstrapious.com/p/bootstrap-sidebar">https://bootstrapious.com/p/bootstrap-sidebar</a>

Here is top bar: <a class="postlink" href="https://getbootstrap.com/docs/4.0/components/navbar/">https://getbootstrap.com/docs/4.0/components/navbar/</a>

Anyone has tried to remove metronic?

We run into the bug, when route changes the top and side bar gets messed up.

For example:

page with nav at localhost:8000/ loads fine with menu then link is clicked and has to go to localhost:8000/app/main/dashboard and entire nav is messed up and stops working.

if navigation just happens within localhost:8000/app - its not problem

Nowhere I can find a clear description why version 5.6 added AbpZeroTemplateJwtSecurityTokenHandler

Not to mention that it would fail in multi server setup as it uses local server cache.

I see this <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/pull/1441">https://github.com/aspnetzero/aspnet-ze ... /pull/1441</a> with no description, nothing, just a title:(

We already validating encrypted principal for sign in.

All this does is default 1 hour expiration from the cached which is no way to control if you want 1 day or 1 year.

Not sure this feature have been thought trough.

Please advise anyone?

Question

I noticed metronic integrated <a class="postlink" href="https://summernote.org/">https://summernote.org/</a>

But after following the direction it would not load:

ngAfterViewInit(): void {
       $('#summernote').summernote();
    }

do you have a working example with asp.net core angular version? what am I missing?

Does anyone know how to setup so when index.html is updated with generated files like .js and .css the files location is pointing to CDN?

I know I can edit it manually, it would be nice to have config option.

Thanks.

Just downloaded your new release and run install and looks like upgrade to v6 on angular is not complete as it does not compile. My npm version is 6.0.1

C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular>npm run hmr

[email protected] hmr C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular ng serve --host 0.0.0.0 --port 4200 4201 --hmr -e=hmr

Project '4201' could not be found in workspace. Error: Project '4201' could not be found in workspace. at Workspace.getProject (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules@angular-devkit\core\src\workspace\workspace.js:83:19) at Architect.getBuilderConfiguration (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules@angular-devkit\architect\src\architect.js:96:41) at MergeMapSubscriber._loadWorkspaceAndArchitect.pipe.operators_1.concatMap [as project] (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules@angular\cli\models\architect-command.js:77:55) at MergeMapSubscriber._tryNext (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\operators\mergeMap.js:122:27) at MergeMapSubscriber._next (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\operators\mergeMap.js:112:18) at MergeMapSubscriber.Subscriber.next (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\Subscriber.js:103:18) at TapSubscriber._next (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\operators\tap.js:109:26) at TapSubscriber.Subscriber.next (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\Subscriber.js:103:18) at MergeMapSubscriber.notifyNext (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\operators\mergeMap.js:141:26) at InnerSubscriber._next (C:\Dev\Demo\Base\Demo.v.5.4.0\Demo\angular\node_modules\rxjs\internal\InnerSubscriber.js:30:21) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] hmr: ng serve --host 0.0.0.0 --port 4200 4201 --hmr -e=hmr npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] hmr script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Vlad\AppData\Roaming\npm-cache_logs\2018-05-10T16_22_46_617Z-debug.log

I cannot find how to hide tab in ngx tabs docs in <a class="postlink" href="https://valor-software.com/ngx-bootstrap/#/tabs">https://valor-software.com/ngx-bootstrap/#/tabs</a>#tabset-component show no options

please advise.

Showing 11 to 20 of 50 entries