question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Template parse errors: "let-" is only supported on template elements.

See original GitHub issue

I’m submitting a … (check one with “x”)

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here

Current behavior https://cl.ly/210y3d1s2g1c https://github.com/swimlane/ngx-datatable/blob/master/demo/columns/column-flex.ts As the demo si provided it should be working without error.

I need some way to set flexGrow.

Expected behavior As the demo si provided it should be working without error.

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

  • Table version: 0.6.3

  • Angular version: 2.4.8

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

  • Language: [all | TypeScript X.X | ES6/7 | ES5] TypeScript 2.0.10

@angular/cli: 1.0.0-rc.0 node: 7.2.0 os: darwin x64 @angular/common: 2.4.8 @angular/compiler: 2.4.8 @angular/core: 2.4.8 @angular/forms: 2.4.8 @angular/http: 2.4.8 @angular/platform-browser: 2.4.8 @angular/platform-browser-dynamic: 2.4.8 @angular/platform-server: 2.4.8 @angular/router: 3.4.8 @angular/compiler-cli: 2.4.8 @angular/cli: 1.0.0-rc.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

10reactions
webmatrixxxlcommented, Mar 12, 2017

As I investigate more I just have to to use <tamplate> instead of <ng-template>. Demo is outdated ?

0reactions
vforvasquezcommented, Mar 21, 2017

So I’m guessing if I have to use the 6.2 version and am wanting to replicate the 10K rows with scrolling demo I am just out of luck correct?

Read more comments on GitHub >

github_iconTop Results From Across the Web

"let-" is only supported on ng-template elements - Stack Overflow
I have encountered this error when upgraded from Angular 4.x.x to 5.x.x. Original code was: <template let-item> </template>.
Read more >
"let-" is only supported on ng-template elements. #3661 - GitHub
I get a build error: Compiling ng-bootstrap : module as esm5 Error: Error on worker #7: Error: Template parse errors: "let-" is only...
Read more >
DataGrid: ng-template not a known element, "let-" is only ...
Unhandled Promise rejection: Template parse errors: "let-" is only supported on template elements. ("<div class="ui-widget select-images"> ...
Read more >
DatepickerModule Error with MDB Angular 5.0.5 Pro
Uncaught Error: Template parse errors: "let-" is only supported on ng-template elements. (" </thead> <tbody> <template ngFor [ngForOf]="rows" [ERROR ...
Read more >
Html – “let-” is only supported on ng-template elements
I am trying to get my frontend-application(Angular5.1.x) to run but it stops due to template parse error: "let-" is only supported on ng-template...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found