Arun Teja Dhondi

Results 2 issues of Arun Teja Dhondi

I'm using Aurelia-skeleton-esnext and bootstrap v4. And I have configured the plugin as below: In main.js: ``` .plugin('aurelia-bootstrap-datetimepicker', config => { // extra attributes, with config.extra config.extra.iconBase = 'font-awesome'; config.extra.withDateIcon...

help wanted

Hi all, `aurelia-framework - 1.3.0, aurelia-router - 1.7.1` **home.js** ``` import { inject, InlineViewStrategy } from "aurelia-framework"; import { HttpClient } from "aurelia-fetch-client"; import { PLATFORM } from "aurelia-framework"; PLATFORM.moduleName("child-router/child-router");...