In This Article, we will create a new Pipe for filtering array of strings with provided search/filter string.
Angular 2 Pipe to filter array of strings with provided search string

In This Article, we will create a new Pipe for filtering array of strings with provided search/filter string.
Recently I worked on a big project with lots of nuget packages installed and was trying to update and consolidate packages in many projects under one solution. And I noticed that the nuget update process was quite slow.
I recently started learning Angular2 and I am loving it. This article describes how to create a basic pagination component using bootstrap pagination.