Version |
---|
0.6.0 |
0.5.0 |
0.4.0 |
0.3.0 |
0.2.0 |
0.1.0 |
- Added
@nguniversal
to make the app SSR (Server Side Rendering) - Added
Dockerfile
anddocker-compose.yaml
for ease of deployment process
- Completed the
movie details
page - Added
movieDetailsApi
,movieTrailerApi
, andmovieCastApi
to get the movie details, trailer, and movie cast to themovies service
- Added
MoviesWithGenreApi
to get the movies by genre and show them in the home page to themovies service
- Added
favicon
andtitle
to the pages - Added
Preview
to thechange-log.md
- Added
ReactiveFormsModule
to communicate with the form elements and get the data in a group to theapp.module.ts
- Completed the
search
page - Added
searchMoviesApi
to handle the search with request to themovies service
- Changed the
image
component to show a placeholder when there is no returned image
- Added active link to the navbar
- Added
config
folder to handle anything related to the API (base url, etc) - Added
movies service
to handle the requests - Added
HttpClientModule
for using services and able to callhttp
requests to theapp.module.ts
- Added
.env
and its configuration to store the sensitive data (Api key, etc) - Added
types
folder to handle the data model (interface
,enum
,type
) - Added
image
component to handle all the images in the app - Added
banner
component to handle the banner section - Added
movies
component to handle the list of the movies - Added
trendingMoviesApi
andbannerDataApi
to get the list of movies and the banner for hero section to themovies service
- Added the
home
,search
, andmovie-details
pages to the app-routing.module.ts - Completed the
home
page
- Added
pages
andcomponents
folder to organize the folder structure - Added
bootstrap
to the project - Completed the main layout (
header
,main content
,footer
) - Completed navbar section in the
header
- Added
change-log.md
to the app - Removed initial codes
- Added
.nvmrc
to add the exact node version to the app