W3cubDocs

/Angular

DefaultExport

An ES Module object with a default export of the given type.

API

interface DefaultExport<T> {
  default: T;
}

default

T

Default exports are bound under the name "default", per the ES Module spec: https://tc39.es/ecma262/#table-export-forms-mapping-to-exportentry-records

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/router/DefaultExport