التعامل مع العمل المحلي (localhost) بطريقة مختلفة

     if (location.hostname === "localhost" || location.hostname === "127.0.0.1") {

      this.countEl = 0;
    } else {
      this.appService.getVisitCount().subscribe(res => {
        this.countEl = res;
      });
    }

تعليقات

المشاركات الشائعة من هذه المدونة

ngx-extended-pdf-viewer

how to getting access token for https://fcm.googleapis.com/v1/projects/al-ayahya-co/messages:send for angular and backend nestjs

طريقة تفعيل زر Inline Keyboard في Telegram Bot