Ali Belachkar

Results 6 comments of Ali Belachkar

Same problem. No indentation.

A hard looking for solution: ``` live-server --port=8000 --watch=./** --ignore=./dist/app.bundle.js.map,./src ./ ``` **./** To start on the current directory as @unitof said. **--watch=./**** To watch for all changes starting from...

@MegganKNaude Thanks, it worked, still need to: **Install**: - @angular/cli - @nativescript/schematics - @schematics/angular - typescript: 4.0.3 **Add** ```json "nativescript": { "id": "com.organizaton.app" } ``` _Example_ ```json "devDependencies": { "@angular/cli":...

@Leolik @pioneiro @Dityath The same issue. It's due to the **duplicates** or **clones** created even when no need for them (with the class `slick-cloned`). - The clones must not be...

Work like a sharm: ```js /** * @typedef {object} TablesObj * @prop {object} Snippets * @prop {object} Movies * @prop {object} 'Daily Cars' */ ``` OR ```js /** * @typedef...

Work like a sharm: ```js /** * @typedef {object} TablesObj * @prop {object} Snippets * @prop {object} Movies * @prop {object} 'Daily Cars' */ ``` OR ```js /** * @typedef...