Skip to content

Make src/cdk/testing folder classes importable #5803

@YoussefTaghlabi

Description

@YoussefTaghlabi

Bug, feature request, or proposal:

Make src/cdk/testing folder classes importable

What is the expected behavior?

All classes under src/cdk/testing should be importable, as in:
import { wrappedErrorMessage } from '@angular/cdk';

What is the current behavior?

Can't import src/cdk/testing content

What are the steps to reproduce?

import { wrappedErrorMessage } from '@angular/cdk'; will error out

Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://goo.gl/DlHd6U

What is the use-case or motivation for changing an existing behavior?

Build a set of components and their unit tests using @angular/cdk

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

2.0.0-beta.8

Is there anything else we should know?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions