-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
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
brachi-wernick and jonrimmer
Metadata
Metadata
Assignees
Labels
No labels