Wikipedia integration
Movies db api integration can be found in movie.service.ts
Publish subscribe pattern used for inter-component communication
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the ../anywhr/public
directory. Use the --prod
flag for a production build. The ../anywhr/public
is the static directory
for express application. It is advisable to keep both the fronend and the backend application
side by side.
Backend integration of this application is included at https://github.com/shanurrahman/anywhr-backend
Please change to https://github.com/shanurrahman/anywhr-frontend/tree/bootstrapped
to get in depth on how this project was created