Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipe problem when running app (not app-simple) and including app.js #29

Closed
raptoria opened this issue Jul 29, 2015 · 2 comments
Closed

Comments

@raptoria
Copy link

Error below:

Uncaught TypeError: change_detection_1.Pipes.extend is not a functionwebpackJsonp.273 @ pipes.ts:15__webpack_require__ @ bootstrap ec2d90a06f7e26d96c5f:71webpackJsonp.256 @ app.ts:21__webpack_require__ @ bootstrap ec2d90a06f7e26d96c5f:71webpackJsonp.255 @ bootstrap.ts:43__webpack_require__ @ bootstrap ec2d90a06f7e26d96c5f:71webpackJsonp.0 @ app.js:8__webpack_require__ @ bootstrap ec2d90a06f7e26d96c5f:71webpackJsonpCallback @ bootstrap ec2d90a06f7e26d96c5f:42(anonymous function) @ app.js:2
client?cd17:36 [WDS] Warnings while compiling.

@ctindel
Copy link

ctindel commented Jul 29, 2015

Pipes.append has been renamed into Pipes.extend in alpha 32.

@PatrickJS
Copy link
Contributor

the repo doesn't have to include it's own |json Pipe anymore. If you wanted to do so then you would need to use

Pipes.extend({
  'somepipe': SomePipe
})

either the hostInjector or viewInjector in the App component rather than app bindings in

bootstrap(app: Component, appInjector?: Array<Binding>, errorReporter?: Function): Promise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants