Skip to content

TypeScript ambient type information #65

Open
@mike-north

Description

@mike-north

Posting here for others to use.

Create a file in your project with the following contents

app/ember-cli-document-title.d.ts
declare module 'ember' {
  namespace Ember {
    interface Route {
      title: string;
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions