You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ from `@angular/forms`, making it intuitive to work with.
16
16
17
17
# Installation
18
18
19
-
All you need is to `yarn add @ngqp/core` (or `npm install --save @ngqp/core`) and import the `QueryParamModule` into your app module:
19
+
Simply run `ng add @ngqp/core` – that's it! We will automatically install ngqp and import it into your app.
20
+
21
+
If you want, you can also avoid running schematics. Just run `yarn add @ngqp/core` (or `npm install --save @ngqp/core`) and import the `QueryParamModule` into your app module:
0 commit comments