Base solution for your next web application

Activities of "malomatia"

after adding "declare var $: any" to the .ts file to bypass typescript, i'm getting the below error:

<a class="postlink" href="https://www.dropbox.com/s/gnwlymjvqbsgd9o/Capture.JPG?dl=0">https://www.dropbox.com/s/gnwlymjvqbsgd ... e.JPG?dl=0</a>

please help

i have created angular 2 +asp.net core project, and created a new NG2 component, i'm trying to include one of metronic jquery components in the NG2 component with no luck, i have done the following:

  • added the component through npm: npm install easy-pie-chart --save
  • in the component.ts added: import * as $ from 'jquery'; import 'easy-pie-chart';
  • inside ngAfterViewInit added: $('.easy-pie-chart .number.transactions').easyPieChart({ animate: 1000, size: 75, lineWidth: 3, barColor: App.getBrandColor('yellow') });

im getting many errors and unable to complete it at all, please help

Solved, there were a problem with one of the Jquery components and error were in the console.

update: when i type another module URL in the browser, for example: /app/main/cases this module opens and admin modules are accessible, the dashboard module is accessible without changing the URL

when accessing <a class="postlink" href="http://localhost:4200/">http://localhost:4200/</a> it opens the dashboard and i'm unable to go to any item (when clicking on the menu items it redirect to the item then quickly go back to / and the dashboard only opens)

the application was running correctly, and suddenly it started to redirect only to "/" when clicking on any menu item, including the admin menu (role, users,..) im logged in with "admin"

any clue ?

i'm having same issue as well, can you add me ?

my username is : AhmedAdlyAli

Thanks!

Showing 11 to 16 of 16 entries