Ismail Koksal

Results 2 comments of Ismail Koksal

**app.component.html** ```html {{movie}} ``` **app.component.ts** ```ts import {Component} from '@angular/core'; import {CdkDragDrop, moveItemInArray} from '@angular/cdk/drag-drop'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'] }) export class AppComponent { movies = [...

> @ismailkoksal Did you solve this? @dacxjo No, i decided to put CSS in the HBS file.