Recently, I came across the collections.js library and I am eager to integrate it into my TypeScript Angular 2 project. Specifically, I am looking to begin with using multimap from collections.js. However, I have encountered a roadblock as there is no @types/collections package available and collections.js is not present in typings.
Upon attempting to include multimap by writing:
const MultiMap = require('collections/multi-map')
I was faced with an error message stating "NoProviderError for PlatformRef" within Angular 2.