Create your first website using angular 6 -- Part 9 -- Static to Dynamic Menu populated from DB

preview_player
Показать описание
Create your first website using angular 6 -- Part 9

clone from GIT-HUB part 8

18. convert the navigation menu from static to dynamic ( use database and remove jquery)
Рекомендации по теме
Комментарии
Автор

Muito obrigado estava procurando algo assim para personalizar os sistemas, obrigado por compartilhar o conhecimento

tsanalista
Автор

I hope u will continue this series... Tq sir

navinbarfa
Автор

Sir can you tell me how to place page wise scripts

randomclickzz
Автор

I noticed on inspection it is slightly different than what is in the video, even though I have resorted to using the git docs. I also notice that Jquery is faded. Could that be the culprit? Going a little nuts trying to figure out, any assistance is appreciated.
I also recently try to clone this app to check against my tutorial build and got these errors.

ERROR in src\app\testimonial\testimonial.component.html(7, 21): : Property 'tagline' does not exist on type '{}'.
src\app\testimonial\testimonial.component.html(8, 43): : Property 'title' does not exist on type '{}'.
src\app\testimonial\testimonial.component.html(12, 59): : Property 'feedbacks' does not exist on type '{}'.
src\app\pricing\pricing.component.html(6, 21): : Property 'tagline' does not exist on type '{}'.
src\app\pricing\pricing.component.html(7, 43): : Property 'title' does not exist on type '{}'.
src\app\pricing\pricing.component.html(11, 81): : Property 'plans' does not exist on type '{}'.
src\app\intro\intro.component.html(8, 25): : Property 'tagline' does not exist on type '{}'.
src\app\intro\intro.component.html(9, 47): : Property 'title' does not exist on type '{}'.
src\app\intro\intro.component.html(10, 49): : Property 'description' does not exist on type '{}'.
src\app\intro\intro.component.html(16, 22): : Property 'features' does not exist on type '{}'.
src\app\header\header.component.html(8, 21): : Property 'heading' does not exist on type '{}'.
src\app\header\header.component.html(9, 21): : Property 'headingtext' does not exist on type '{}'.
src\app\header\header.component.html(13, 16): : Property 'buttonlink' does not exist on type '{}'.
src\app\header\header.component.html(13, 60): : Property 'buttontext' does not exist on type '{}'.
src\app\gallery\gallery.component.html(4, 6): : Property 'images' does not exist on type '{}'.
src\app\footer\footer.component.html(5, 45): : Property 'copyrighttext' does not exist on type '{}'.
src\app\footer\footer.component.html(5, 73): : Property 'developerlink' does not exist on type '{}'.
src\app\footer\footer.component.html(5, 105): : Property 'developer' does not exist on type '{}'.
src\app\content\content.component.html(25, 27): : Property 'tagline' does not exist on type '{}'.
src\app\content\content.component.html(26, 49): : Property 'title' does not exist on type '{}'.
src\app\content\content.component.html(27, 51): : Property 'description' does not exist on type '{}'.
src\app\clients\clients.component.html(8, 25): : Property 'tagline' does not exist on type '{}'.
src\app\clients\clients.component.html(9, 47): : Property 'title' does not exist on type '{}'.
src\app\clients\clients.component.html(10, 49): : Property 'description' does not exist on type '{}'.
src\app\clients\clients.component.html(17, 61): : Property 'companies' does not exist on type '{}'.

marshallvance