Skip to content

Commit 27ee91a

Browse files
authored
Merge pull request #2578 from angular-fullstack/fix/lodash-import
fix(client:auth): import * as _
2 parents 1735d41 + 2dde95d commit 27ee91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/components/auth(auth)/auth.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
import _ from 'lodash';
3+
import * as _ from 'lodash';
44

55
// @flow
66
class _User {

0 commit comments

Comments
 (0)