mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As the constructed objects have an any type, the
resulting containers are assignable to any type:
var x: Map<string, number> = new Map();
That is useful to avoid having to specify types
twice when declaration and assignment are in
different places.
|
||
|---|---|---|
| .. | ||
| angular2 | ||
| angular2_material | ||
| benchmarks | ||
| benchmarks_external | ||
| benchpress | ||
| examples | ||
| rtts_assert | ||