Fontawesome icons are not displayed, I am working with angular

0

I'm working on angular, I try to include some personal icons in icomoon, download fontawesome and in the css folder / I placed fontawesome.css and fontawesome.min and with regard to the new icons I also called them. This is my example:

The problem is that you do not see the icons that you had previously called from fontawesome, what you wanted was to update the icons, but, I do not know what happened, because they are no longer seen.

<!doctype html>

  <meta charset="utf-8">

  <title>jfkji</title>

  <meta name="description" content="jfkji Template">

  <!-- base url -->
  <base href="/">


  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">


  <!-- #CSS Links -->
  <!-- Basic Styles -->
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/bootstrap.min.css">
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/font-awesome.min.css">
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/font-aicos.css">


  <!-- SmartAdmin Styles : Caution! DO NOT change the order -->
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/smartadmin-production-plugins.min.css">
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/smartadmin-production.min.css">
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/smartadmin-skins.min.css">

  <!-- SmartAdmin RTL Support (Not using RTL? Disable the CSS below to save bandwidth) -->
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/smartadmin-rtl.min.css">

  <!-- Smartadmin Angular 5. Flex Layout  -->
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/smartadmin-angular-next.css">

  <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
  <link rel="stylesheet" type="text/css" media="screen" href="assets/css/demo.min.css">

  <!-- #FAVICONS -->
  <link rel="shortcut icon" href="assets/img/favicon/favicon.ico" type="image/x-icon">


  <script src="https://cdn.ckeditor.com/4.7.0/standard-all/ckeditor.js"></script>

    
asked by Jazmin AF 07.11.2018 в 02:59
source

1 answer

0

I managed to visualize all the icons thanks to a link, I think, it is due to the type of versions.

The link that I added within <header> is the following:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">

I hope that someone with a similar problem can also serve you.

    
answered by 07.11.2018 в 19:28