I was wondering if there is a way in angular2 to iterate over an array or list using *ngFor and skip the first or nth element
*ngFor
<div *ngFor="let item of items; let i=index"> <div *ngIf="i != n">{{i}} is not n</div> </div>
Source: https://habr.com/ru/post/1264529/More articles:ASP.NET API Versioning - asp.netVisual Studio C # Color Code for this - visual-studioExpand list of list items using angular material - javascriptBag with non-integer number Map - javaConvert es6 template string to html element using vanilla javascript - javascriptSince matplotlib.finance is deprecated, how can I use the new mpl_finance module? - python-3.xWhy does std :: unordered_map have a fallback method? - c ++ADB: running the application on the root device in the release build - androidReactiveCommand.CreateFromTask vs ReactiveCommand.CreateFromObservable - reactiveuiTensorflow Count Objects in the image - artificial-intelligenceAll Articles