Skip to content

Commit ff39950

Browse files
authored
fix(client): fix use of gen private func
1 parent 88ec461 commit ff39950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/main/main.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class MainComponent implements OnInit<% if(filters.socketio) { %>, OnDest
1616

1717
<%_ if(filters.babel) { -%>
1818
static parameters = [Http, SocketService];<% } %>
19-
constructor(<% private() %>http: Http<% if(filters.socketio) { %>, <% private() %>socketService: SocketService<% } %>) {
19+
constructor(<%= private() %>http: Http<% if(filters.socketio) { %>, <%= private() %>socketService: SocketService<% } %>) {
2020
this.Http = http;
2121
<%_ if(filters.socketio) { -%>
2222
this.SocketService = socketService;<% } %>

0 commit comments

Comments
 (0)