UNPKG
@ngaox/seo
Version:
latest (6.0.0-beta-2)
6.0.0-beta-2
6.0.0-beta-1
5.0.1
5.0.0
4.2.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.6.0
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.5
3.3.4
3.3.3
3.3.2
3.3.0
3.2.2
3.2.1
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.0
2.0.1
2.0.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Easily generate and manage SEO-friendly meta tags, page title,...
ngaox-lab.web.app
ngaox/ngaox
@ngaox/seo
/
lib
/
shared
/
helpers.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
{
ActivatedRoute
}
from
'@angular/router'
;
export
declare
function
currentPageRoute
(
route: ActivatedRoute
):
ActivatedRoute
;