thecookbook | Free , open source recipe tracking application | Frontend Framework library
kandi X-RAY | thecookbook Summary
kandi X-RAY | thecookbook Summary
Free, open source recipe tracking application
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of thecookbook
thecookbook Key Features
thecookbook Examples and Code Snippets
Community Discussions
Trending Discussions on thecookbook
QUESTION
I'm working on a project Link to GitHub whereby I have deploying the website with Firebase as I am already using the Authentication and Database features of Firebase link to live site.
I've gone through the Quick Start guide with the project, however, only a couple of the webpages are actually being displayed on the website.
Inside my app
folder, I have several components including: dashboard, generation, header, home, listing, login, meal, recipe, recipe-details, schedule
and shopping-list
. But only the home, recipe
and recipe-details
are the only ones that functions
An example of one component that won't load is the login
component. There is a route setup to the button in the image, however, it currently does not do anything on click.
Image of home screen with login button
I've run ng build --prod
and firebase deploy
, but the website still isn't functionally properly.
Any help would be appreciated, thanks.
...ANSWER
Answered 2017-Dec-13 at 12:04Posting my fix for anyone else who encounters this problem
In app.module.ts
, I have a const array called routes which contains all of the routes for the application.
All I did for the fix was change the line { path: 'login', component: LoginComponent , canActivate: [StorageService]}
to { path: 'login', component: LoginComponent }
and everything has worked fine since then.
Hope this helps someone
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install thecookbook
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page