I'm developing blog format using Meteor-Angular2
Problem is that I can't figure out how to make a permalink for each article(posts), though it has nice DB system.
How can I make a permalink system on Angular2 application?
I'm developing blog format using Meteor-Angular2
Problem is that I can't figure out how to make a permalink for each article(posts), though it has nice DB system.
How can I make a permalink system on Angular2 application?
Copyright © 2021 Jogjafile Inc.
step 1 :first create a permalink pipe app.pipe.ts
step 2 add it to the app.module.ts
step3 use it any where in your html.